User Activity

We've designed a board with an H563 on it. Before I started the PCB layout I checked that FreeRTOS was supported for this device and saw it was.However, now I come to create a project in the Cube IDE it doesn't seem quite so straightforward.It [the H...
 Folks,I suddenly have this weird thing where when I set a breakpoint in the Cube IDE it doesn't work, I don't get the usual blue symbol and I do get the one above. I can't even make out what it's supposed to be to Google it. Anyone seen this and kno...
Folks,I have an STM32 rigged up via SPI to read gyro data-only from an LSM6DSL. I read it periodically, every 20ms, and for a while it will report back a few hundred samples in FIFO STATUS REG 1 and 2; I empty the FIFO and after another 20ms it repor...
Folks,I'm working somewhere the lead engineer doesn't like using debuggers, he uses emacs with gcc and just loads the hex file via a JTAG interface, using an intrusive serial interface for debugging (sic). I've persuaded him to let me use Cube rather...
Folks,Is there a way to have a variable that is incremented each time the project is compiled? I can do this with Rowley Crossworks and it's really useful. I define and major and minor number then a build number gets incremented each time I compile a...