nach
1
I can’t compile my project due to the following issue:
particle-update/serial_internal.h:6:23: fatal error: stm32f2xx.h: No such file or directory
#include “stm32f2xx.h”
Last week I was using the same library include without troubles.
Any help most welcome
Thanks
Hi,
if I recall correctly, this file is distributed as part of the WICED SDK, and contains the micro controller registers addresses / memory ranges / etc.
I thought that Particle obfuscated this one…
note - while it’s being distributed via WICED SDK ( Broadcomm ), the copyrights might be actually ST micro.
nach
4
Exactly. I thought I could use this library on my projects
nach
6
The online IDE (build.particle.io)
I save and verify the project.
A photon device.
Thanks
If you have selected the target to be a Photon then your #include "stm32f2xx.h"
does work.
nach
8
How do you select the target on the online IDE?
nach
9
Ok sorted. I added another device over the weekend and I did not have any device selected to flash.
1 Like