User Activity

Hi all,I'm programming an embedded software.According to C standards, I write :   int main(void) { // Init initMethod(); /* Main loop */ while (1) { execute(); } // This return is never reached return 0; }  B...
Hi all,I have a project on a STM32F7 target and I work on STM32CubeIDE.How can I generate the binaries from the code ? And how can I flash the binaries in the STM32F7 (in NUCLEO-STM32F7ZG board) ?I don't want to use the "flash" button of the app, as ...
The question is in the title :) Is STM32CubeIde v1.13.2 compatible with Windows 11?Moreover, I would like to know where I can find a matrix with STM32CubeIDE version and windows compatibility.Best regards 
Hi all !  I want to transmit 1 bit on the SPI1 of my STM32F7.I see that the minimum datasize to transmit is SPI_DATASIZE_4BIT. So I guess I can't send only 1 bit of data on my bus.  I am wrong ? My final goal is just to have 1 clock period on the SPI...
Kudos given to