STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

CAN Bus Mask and ID

Trying to understand how to setup the ID and Mask with Extended ID. I want allow messages with id's 0x1E02xxxx. So 0x1E021234 would be accepted and 0x1E031234 rejected.   /*##-2- Configure the CAN Filter ##########################################...

FJB2069 by Senior
  • 598 Views
  • 2 replies
  • 0 kudos

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
  • 2663 Views
  • 15 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
  • 418 Views
  • 3 replies
  • 0 kudos