Problem Linking with F303K8 Target

When using target F303K8 I get the message below. When using a target found the the MBED Studio pull down my code compiles just fine.F303K8 is not in the pull down. Is it not supported? MBED Studio does show the correct target when I connect the Nucleo F303K8.

[ERROR] Warning: L3912W: Option ‘legacyalign’ is deprecated.

Error: L6221E: Execution region RW_IRAM1 with Execution range [0x20000188,0x20004c60) overlaps with Execution region ARM_LIB_STACK with Execution range [0x20002c00,0x20003000).

Finished: 0 information, 1 warning and 1 error messages.

Hi Dennis

According to Development boards | Mbed , your board is Mbed Enabled so should compile. Have you tried compiling it offline with mbed-cli? That would help determine whether it is a compilation issue or an Mbed Studio issue…

Regards
Anna

Anna:

Thanks for the quick reply. The error message was rather cryptic. It
turned out that my program was using too much RAM space and over running
some of the areas that the system needed.

Best:
Dennis