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

FDCAN->CKDIV vs FDCAN_CONFIG->CKDIV

rm0456 describes CKDIV belonging to the FDCAN register structure, However the actual header in the cmsis_device_u5 repo make it a member of the FDCAN_Config_TypeDef. This is missleading!   Probably FDCAN_Config_TypeDef. is some structure found in the...

Resolved! FMC asynchronous wait management

Hello,I'm using STM32H75x and NOR flash e.g. IS29GL064. I get the NOR demo running but I'd like to do modifications in order to get rid of all the polling stuff.According to the demo, the FMC is configured like this hnor1.Init.NSBank = FMC_NORSRAM_B...

regjoe_0-1762366084259.png regjoe_1-1762366109975.png regjoe_2-1762366235478.png regjoe_3-1762366255412.png
regjoe by Senior II
  • 152 Views
  • 2 replies
  • 1 kudos

Resolved! Modbus Library without FreeRTOS

Hi,I am working with an STM32 microcontroller (STM32 C0 & STM32H5 series) and want to implement Modbus communication without using FreeRTOS . Most examples I found are based on FreeRTOS, but I need to handle Modbus protocol in a non-RTOS environment....

himani by Associate II
  • 5503 Views
  • 5 replies
  • 1 kudos

Resolved! Possible bug in HAL_UART_DeInit()

Hello all,There might be a possible bug in HAL_UART_DeInit(). When calling HAL_UART_DeInit() when it is already initialized could lead to CPU starvation. Assume that an interrupt fires after calling __HAL_UART_DISABLE(huart); and before huart->Instan...

bala- by Associate II
  • 261 Views
  • 3 replies
  • 0 kudos

Resolved! STM32H7_PTP Connection through Ethernet

Hello, I have managed to generate a IP through the LWIP in the STM32 IDE and establish a connection via Ethernet, although now when I upload the files from hasseb/stm32h7_atsame70_ptpd: IEEE 1588 PTP daemon for STM32H7 and ATSAME70 (github.com)  I se...