6 years, 2 months ago.

Can't compile stm32L433RC

Hi everyone,

I tried to compile the blink example using stm32L433RC, but i got this error message:

"Error: Target "GENERIC_PLACEHOLDER" is not recognized"

Is the board mbed enable? On stm page says that it is enabled.

Thank you in advance! Sansil

2 Answers

6 years, 1 month ago.

Hi,

If you're working on the online compiler, don't forget to update the mbed library by clicking on the Update button placed in the Summary area on the right side.

Accepted Answer
6 years, 1 month ago.

Hi Santiago,

Are you using the Mbed Online Compiler to compile the Blinky example? If you are, make sure you have selected your board on the top right corner of the page as shown in the image below:

/media/uploads/jplunkett/screen_shot_2018-03-20_at_4.30.11_pm.png

If you are using the Mbed CLI, make sure your terminal command is formatted like this:

mbed compile -t GCC_ARM -m NUCLEO_L433RC_P

- Jenny, team Mbed