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

STM32L476RG FreeRTOS multithread issue

Hi Experts,I am using STM32L476G MPU, (which sensortile board) and used the following SDK & sensortile BLE example.~\STSW-STLKT01_V1.3.1\Projects\SensorTile\Applications\BLE_SampleAppAdded FreeRTOS support for multithread in my BLE example.~\STSW-STL...

Update only one section with code/functions

Hello,I was wondering if it was allways necassary to implement a bootloader and load the entire app to flash. Would it be possible to place some frequently updated functions in an own section (with variables stored in own section in Ram) and only upd...

machinist by Associate III
  • 565 Views
  • 3 replies
  • 0 kudos

STM32L433 doesn't generate the UART_IT_IDLE Interrupt

Hello, everyoneI have an STM32L433 that must communicate with other device via UART.When I activate xfer with commands:__HAL_UART_ENABLE_IT(uartHandle, UART_IT_IDLE); HAL_UART_Receive_DMA(uartHandle, &rxBuffer[0], rxBufferSize);I expect that when o...

Uhv by Associate II
  • 419 Views
  • 0 replies
  • 1 kudos

Problem with USB CDC on STM32F4-Discovery

Hello.I'm working with STM32F4-Discovery. I use USB CDC VCP for transmit data from ADC to PC and receive command from PC to change timer period. Program is written with HAL drivers, with help of CubeMX. Problem is with receiving command, because some...

leonsk by Associate II
  • 319 Views
  • 0 replies
  • 0 kudos

Resolved! STM32G071 UCPD library bug or my bad?

Hello there, I have a custom board with STM32G071CB for USB Type C PD Source, dual port, RTOS, configured with CubeMX 5.3.0, after writing code on usbpd_dpm_user.c and start debugging, I suspected there are 2+1 strange behavior so I hope somebody can...

JChau by Associate II
  • 2356 Views
  • 12 replies
  • 0 kudos