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! STM32L4 FreeRTOS+DMA2 Channel 4 problem

I am using STM32L496 Nucelo, CubeMX 6.1.1; FATFS, DMA SDMMC with FreeRtos. For some reason I have problems when it comes to using DMA2 Channel 4 with FreeRtos. When it is selected for SDMMC1_TX then I can mount SD card and read data without any probl...

kronikary by Associate III
  • 1361 Views
  • 3 replies
  • 1 kudos

Resolved! Multichannel (scan), single conversion mode

I need to implement a single channel software triggered ADC scan in an interrupt callback paced at 10ms intervals, since the rate cannot be controlled in DMA.I never had an issue doing this with CMSIS, yet, HAL seems to be, well, difficult is the nic...

If the USBHS Interrupt must be highest priority?

when i use USB High speed to achieve Communication Device Class(VCP USB-to-RS232 bridge to realize a virtual COM port),If not set USBHS Interrupt highest priority Communicate with the computer for a period of time the program enter hardFault。 

0693W000007ZIoqQAG.png
NLI.11 by Associate II
  • 276 Views
  • 0 replies
  • 0 kudos

I2C IT RX callback with 2 slave address

I have 2 slave i2c interfaced with master , Im working with HAL_I2C_MasterRxCpltCallbackI want select the slaves based with slave address , then I using the register hi2c1.Instance->CR2 & I2C_CR2_SADD for select them :In the main I have :// slave 1H...

bfran.1 by Associate II
  • 845 Views
  • 1 replies
  • 0 kudos

Bugs in LL_RTC_DATE_Init

STM32Cube MCU package for STM32H7 v1.8.0Also exists in F7 version, probably others.To reproduce:enable RTC with LL code generationmake sure assert_param() isn't stubbed outSet a date in OctoberTry both BIN and BCD format, they both have slightly diff...

Remi.G by Associate II
  • 567 Views
  • 1 replies
  • 0 kudos