Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.
Hello,I have a 246 x 3 matrix that I have filled with counter values in the below for loops. I for some reason cannot get the HAL_UART to output individual columns of this matrix. for(i=0; i<246; i++) { for(j=0;j<3;j++) { Audio_Data[i][j] = c...
When an empty STM32G041 (others may have the same problem, couldn'T test) is flashed with an application, an real power-cylce is needed to actually start the application. Until this power-cycle, ever reset (HW or SW) will jump to the bootloader.After...
Hello,I'm currently trying to use the "X-CUBE-CLASSB" package I'v found there : X-CUBE-CLASSB - Class B 60730-1 and 60335-1 Functional Safety Package with software expansion for STM32Cube - STMicroelectronics to do some watchdog, stack and flash secu...
Hello, I am working on the ST STM32H747I Discovery and I have a question regarding Ethernet. According to the ST documentation (https://www.st.com/resource/en/user_manual/dm00504240.pdf), some hardware modification is mandatory to manage Ethernet. Ho...
I have a USB HID device based on the STM32L432 that I inherited maintenance on. My particular device has a HID Report Descriptor that is greater than 64 bytes. I'm debugging using an ST-Link and single-stepping, trying to figure out how the code hand...
for MCU time is very important to do task.in programming instead of blocking time of MCU we can do other important task how can i do in c programming language?ex: HAL_Delay(); block code execution vest of MCU time.while() waiting for sensor IP etc....
I made a firmware download project using a factory bootloader according to AN4286. Everything works fine. I have only one ambiguity - in the description of the bootloader in AN2606 there is a picture on which the SCK signal is pulled-down to the grou...