try to downgrade MbedOS library to version 5.15.9 and set Bare metal profile because this is low memory target and is not capable to run whole MbedOS. Moreover this board is not supported in MbedOS6.
Thanks, now Mbed Studio recognizes my board is supported. But it cannot compile.
“[Warning] @0,0: L3912W: Option ‘legacyalign’ is deprecated.
[Error] @0,0: L6221E: Execution region RW_IRAM1 with Execution range [0x200000b0,0x20000368) overlaps with Execution region ARM_LIB_STACK with Execution range [0x20000000,0x20001000).
[Error] @0,0: L6221E: Execution region ARM_LIB_HEAP with Execution range [0x20000370,0x20000370) overlaps with Execution region ARM_LIB_STACK with Execution range [0x20000000,0x20001000).”
I think I’m good, this hasn’t been a very good experience.
Zephyr OS worked out of the box with no problems so I think I will go that route.