For now, both Pico setups uses the libmobile "enable_no32bit" option to force 32bits communications to occurs in 8bits mode.
The communication happens following this schema:
Start the communication n 8bit >> Send a "32bits flag" to change the communication mode >> Starts to communicate in 32bits
Need some help to try some "native implementation" to handle this dynamic change during communication
For now, both Pico setups uses the libmobile "enable_no32bit" option to force 32bits communications to occurs in 8bits mode.
The communication happens following this schema: Start the communication n 8bit >> Send a "32bits flag" to change the communication mode >> Starts to communicate in 32bits
Need some help to try some "native implementation" to handle this dynamic change during communication