MCU boot for STM32H743
Hello Techies, We are using STM32H743, we would like to run mcuboot on stm32h743, but we haven't find the example for stm32h7xx devices, Is there any specific reason not to provide mcuboot example for h7 devices?
Hello Techies, We are using STM32H743, we would like to run mcuboot on stm32h743, but we haven't find the example for stm32h7xx devices, Is there any specific reason not to provide mcuboot example for h7 devices?
I am trying to read multiple channels of ADC (like Temperature sensor channel, Vbat channel, Vrefint ...) using the interrupt method, but I am not able to read all the Channel readings , only the readings of first channel is being reflected for all t...
Hello everyone.What is the proper procedure when restarting the entire ethernet?Im using LWIP and FreeRTOS and im not sure if im restarting everything correctly...These are the steps im using.Terminate TCP Server thread. netif_set_down(&gnetif); neti...
Hello everyone,I have setup my stm32 to use interrupts and have enabled them to work on spi1 and all 4 i2c ports. The relevance of the i2c ports is that they run continuously and may call the interrupt service routine while the spi one is being calle...
Friends, which algorithm do you use to control the LEDs in this structure? I need your ideas. I have prepared a table of the LEDs' turn on order.
Hi guysI am using TrueStudio and trying the Nucleo 64 STM32F446RE.when I try to debug, the console always shows Starting server with the following options: Persistent Mode : Disabled Logging Level : 1 Listen Port Number : 6123...
Hello ST Community,I’m working on a project where I initially developed software on the STM32H735 evaluation board. Now, I need to port this project to a custom board using the STM32H730 microcontroller. The external flash memory is the same as the o...
Hello Folks,I am trying to establish the UART communication between STM32H7S78 and WIFI module EMA3080.I am facing issue while transmitting, receiving and response of AT-commands from UART-7 to UART-4.Please find the attached main.txt file and please...
The ADC buffer is not being written to I would like it to zero all values less than 5 to eliminate noise. My project is a DTMF detector. I need it to pass through audio when no DTMF tone is detected and execute a command when there is one found. Also...
Good afternoon, We use ThreadX in conjunction with TouchGFX.As debugger we use ST-Link/V2 and GDB as debugger.If a simple new project is started with several threads and TouchGFX, all threads (active and inactive) are displayed in the debug view.All ...