28x2 multiple slots

greencardigan

Senior Member
I've had my first program exceed the size of slot 0 and have split the main loop out into slot 1.

It seems that issuing a hsersetup command only in slot 0 doesn't allow background serial to be received in slot 1. Are there other commands that need to be issued in both slots?
 

inglewoodpete

Senior Member
It does, but you need to reinitialise any interrupts and timers at the start of each slot.

Edit: I'm using background serial without any problems, configured just once in slot 0. The data accumulates in the SP without any obvious problems. Serial flags are set and pointers incremented OK when code is executing in either slot.
 
Last edited:

kevrus

New Member
I can also confirm that it works between slots, as I have had it working on a 28x2 and is currently working on a 40x2
 
Top