STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Integrating MCUboot into a project

Split from old thread: https://community.st.com/t5/stm32-mcus-security/information-about-mcuboot-and-illustrative-examples/td-p/689154 Hello @Jocelyn RICARD ,I'm looking for guidance on integrating Mcuboot into my project. I am using a NUCLEO-U5A5ZJ-...

Ade J.2 by Associate II
  • 302 Views
  • 3 replies
  • 1 kudos

Resolved! http client lwip stm32h745-DISCO

Hello!I need to implement a task in FreeRTOS for my project that makes GET, POST, and PATCH requests to a server. So far, I have managed to send a UDP message to a specific port on a PC thanks to the following post:https://community.st.com/t5/stm32-m...

RafaelS by Associate III
  • 348 Views
  • 5 replies
  • 1 kudos

Resolved! HAL_UART_Receive_IT is not working

Originally a reply in this thread - split as a separate question.Hello My blocking mode is working with "HAL_UART_Receive(&huart4, temp, 1, 100);"Nonblocking mode is not workingCan you suggest anything to check?I have defined as said /* USER CODE BEG...

USB CDC Host SetControlLineState

HiCan anyone please show me an example of a working USB CDC Host sending the SetControlLineState command? This hasn't been implemented in the STM32 HAL drivers/middleware but it should be a simple thing to add.SetControlLineState is used to signal t...

FreeRTOS with USB CDC

I have read some posts about this topic already but unclear if this works or not. I used the STMCubeMX to create a project using FreeRTOS and USB Device CDC (USB-Serial) together and some LED GPIO's.I can only get one or the other to work, but never ...

jayduino by Associate II
  • 525 Views
  • 8 replies
  • 2 kudos

Failed to execute MI command - load .elf file

I have been using a NUCLEO-F413 board to try and understand how to program to user FLASH using the example code in the STMicro repository and STM32Cube to program. However when I now try and program the board I get the below error: Has me trying to w...

GTann1_0-1737636142566.png
GTann.1 by Associate II
  • 495 Views
  • 8 replies
  • 1 kudos