Programming two cores while linked

Hello,

since I didn’t manage to program two cores in a MIDI Link

(ID 0 and 1, one forwarding point, one endpoint) while they

are linked, I disconnected them, set them to “enabled” mode,

replaced the application, and at the end activated the linked

mode using mk_syx, then reconnected.

Do you think there is a way to program them while they

are linked? This would avoid to open the device each time.

Thank you.

Ralf

Hi Ralf,

with MIOS Studio you can execute MIOS functions - which means, it is possible to enable the normal MIDI merger mode by calling MIOS_MIDI_MergerSet(1) from the debug window. You have to do this for both cores (device ID 00 and 01)

Btw.: the problem with the flickering LED matrix when debouncing is enabled is fixed now (-> MIOS V1.9c) :slight_smile:

Best Regards, Thorsten.

Thank you and, thank you!

Ralf