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

Resolved! SPI Syntax Error From Generated code

I am using the Nucleo-H743ZI, with a SPI ISR I wrote originally on the STM32H7B3I-DK board. However, when I usevolatile uint8_t rxBuffer; volatile uint8_t txBuffer; *((__IO uint8_t *)&hspi->Instance->TXDR) = txBuffer; //or rxBuffer = *((__IO uint8...

Resolved! No UDP packets transmitted after ARP reply

Hello,I'm using the STM32F767ZITx MCU and the lwIP library to transmit and receive UDP packets every 1 ms.Everything works fine but sometimes, after the ARP table has expired, UDP packets are no longer transmitted for several seconds even though my S...

RTC format AM/PM

 Good morning,I am trying to use the RTC and I managed to make it work as expected for the 24hs format, it has no delays and when resetting I could see how to make it save the time but I am having a problem with the 12hs AM/PM mode, the set to go fro...

Re-synchronise HAL_UART_Receive_DMA best way?

Hello,Using HAL_UART_Receive_DMA() function and expecting an N length message, so have set the buffer length and transfer size to N.The communicating equipment sometimes adds an extra character / or drops a character which is taking my DMA out of syn...

###### by Senior II
  • 2407 Views
  • 10 replies
  • 1 kudos

Resolved! Hard fault after lwip init

i recently made a custom board using stm32h743VIT6 and i configured lwip and freertos (before this i was using stm32f407vgt6 it is perfectly working and the circuit is same for this MCUs) now when i start the program it keeps having hardfault i tried...

Saeedn823 by Associate II
  • 1196 Views
  • 3 replies
  • 0 kudos