STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

udp_sendto() returns a -4 error code

Im trying to send udp packets back and forth using a Nucleo F429zi board. As I debug the program, I get 0 for all the other errors, but for udp_sendto() I get a -4. I found that this error code corresponds to ERR_RTE, operation in progress error, but...

DMeye by Associate II
  • 496 Views
  • 0 replies
  • 0 kudos

Resolved! STM32F415 SVD File

I can't find an svd file for the STM32F415 https://www.st.com/resource/en/svd/stm32f4_svd.zip does not contain a svd file for the STM32F415 series is one of the contained ones 100% compatible?  STM32F401.svd*  STM32F405.svd*  STM32F407.svd*  STM32F41...

ncore by Associate II
  • 3295 Views
  • 4 replies
  • 0 kudos

STM32F446 MP3 Player MCU Usage

Hi everyone, I'm developing an HMI with STM32F446. it has 800x480 display as well as a stack for communicating the devices with the CAN. Also, this stack must be updated in 4 milliseconds. Now also needing mp3 player and radio. For radio, a IC can be...

Resolved! How do I use HAL_SPI_Receive_DMA in conjunction with a receive buffer on the stack and caching enabled?

I am working with the STM32F760I-EVAL board and caching (SCB_EnableICache() and SCB_EnableDCache() are called) and MPU (MPU_Config() is called) are enabled. I am using DMA with SPI and if I transmit data, HAL_SPI_Transmit_DMA, I need to call SCB_Clea...

arnold_w by Senior II
  • 1078 Views
  • 4 replies
  • 0 kudos