Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.
The subsequent pair of the HAL_EXTI_GetConfigLine() and HAL_EXTI_SetConfigLine() configures EXTI incorrectly. CubeIDE 1.3.0F7 v1.16.0The attached demonstration.zip contains a demonstration program of this program. How to reproduceFollow this step to ...
I want to build product for defense application. Are there any microcontroller with display capable which is millenary grade certified and has DSP capabilities as well. need 2 SPI and 1 I2C ethernet and serial interface has minimum of 4 MB flash and ...
Hi,So with STM32CubeMX is it possible to generate a working CDC (VCP) for the M7 core.I'm unfortunately unable to generate one for the M4 core.What I did (for Nucleo-144):Selected STM32H745ZITxSystem Core->RCC: HSE to bypass mode.Connectivity->USB_OT...
Hello everyone,I'm on STM32H747, I use SpiritMP3 decode to play my music with an I2S DAC on the M7. This works very well.The problem is when I want to dialogue between the two Cores, I use Domain D3.But I have a "BusFault" which occurs after SpiritDe...
Hi everyone,I'm implementing the USART Bootloader Protocol that is described in the AN3155 document and also using the AN2606 document to get all the information needed. As described in the section 4.6 (Programming Constraints) and in the Table 7 (s...
Using the while(1) with no timer seems like the simplest implementation and does not require a timer. Does using osDelay(10) inside a while(1) use more CPU than using software/hardware timer interrupt?
Recently i imported example to Stm32CubeIDE and in this example i have only one chart. I don't have idea how to add extra charts. if anyone have idea how to add it please tell me or give me some explanations where i need to put or create datas in my ...
Hello,I am trying to communicate with the bootloader by serial.Most of the times it works nice but sometimes it fails as I fail to enter the bootloader.To give a context, in order to enter the bootloader I set the rts of my FTDI high (this will set t...