STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Weird cache write-back behavior for STM32F7508

I am doing some characterization study for the cache behavior on STM32F7508. The result is hard to understand.Below is a simple code that I use. I align the array A1 to the cacheline (aligned(32)), and it is placed on SRAM1 above TCM (0x20010000~ ) w...

KMaen by Associate III
  • 4453 Views
  • 15 replies
  • 0 kudos

STM32F7: Output stays on an undefined level when set to low

Hello together,currently I'm facing a very strange issue:I'm working with an STM32F777.One GPIO of the MCU is used to enable the voltage to a sensor. This pin is initialized as GPIO_InitStructure.Mode = LL_GPIO_MODE_OUTPUT; GPIO_InitStructure.Outp...

PiPoint by Associate II
  • 713 Views
  • 2 replies
  • 0 kudos

change LPTIM_CNT on TIM4

Hi, is there a way to change LPTIM_CNT on TIM4 so that LPTIM_CNT = LPTIM_CMP, this is because for every interrupt we need the PWM to skip some period. is there any sample code ?

Wleon.1 by Associate II
  • 580 Views
  • 3 replies
  • 0 kudos

UART LIN DMA HAL

Hello, second day try to launch UART in LIN mode.Task: waiting break, when break flag set up, switch on DMA receiver.Transmitter works fine and send 100us break before frame.But receiver can't set UP Break Flag.And there are not everywhere examples =...

AMele.1 by Associate
  • 791 Views
  • 0 replies
  • 0 kudos