User Activity

Folks,I've used SPI many times on STM32F1, F0, F4 devices, but am have a mare with a H563. I have two 74HC165s reading sixteen switches.For hours and hours I couldn't get any clock out when I executed:SPI2->TXDR = 0;Eventually I tried setting the CST...
I have a cube project, that uses FreeRTOS that was in a directory and working fine. Needed putting on svn, which I've done, but when I check it out to a new machine it won't compile telling me that it can't fine FreeRTOS.h, stm32h563xx.h and various ...
Anyone any idea what is going on here please? GPIOA, B and C show up correctly, but D onwards is showing GPIOC registers! Proceossor is H563 and I'm running Cube 1.16.0 Build: 21983_20240628_1741 on Linux.
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...