Thank you for the help. The command returns:
(sysname='rp2', nodename='rp2', release='1.19.1', version='v1.19.1-803-g1583c1f67 on 2023-01-16 (GNU 12.1.0 MinSizeRel)', machine='Raspberry Pi Pico W with RP2040')
It does seem to be something 'buggy' as you suggest. It does crash every time I run the code, but If I do something as simple as including:
print("Hello")
as the first line of othCore() it works. So, it seems that perhaps there is an unexpected timing problem.
(sysname='rp2', nodename='rp2', release='1.19.1', version='v1.19.1-803-g1583c1f67 on 2023-01-16 (GNU 12.1.0 MinSizeRel)', machine='Raspberry Pi Pico W with RP2040')
It does seem to be something 'buggy' as you suggest. It does crash every time I run the code, but If I do something as simple as including:
print("Hello")
as the first line of othCore() it works. So, it seems that perhaps there is an unexpected timing problem.
Statistics: Posted by mcwhorpj — Wed Mar 13, 2024 4:41 pm