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! 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
  • 151 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
  • 5485 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
  • 259 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...

Resolved! EEPROM Emulation on STM32F303VET6

Hi ST Team,I’m working with an STM32F303VET6 and need help with EEPROM emulation. I’m looking for guidance on the correct Flash setup, example code for read/write, and best practices for reliability.Any ready examples or tips for integrating this int...

Resolved! STM32H753 ADC with DMA

Hi,Im new to STM and trying to use ADC with DMA in circular mode but the value of my ADC remains at 0. I also tested it with Polling, which works.ICache and DCache : Enable   void menu_adc(void) uint32_t adc_buffer[1]; uint16_t adc0; uint8_t flag...

HugoSTM32_0-1762339483269.png
HugoSTM32 by Associate III
  • 287 Views
  • 4 replies
  • 1 kudos