STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Software Timer API problem+freertos

/* Create the timer(s) */ /* definition and creation of myTimer01 */ osTimerDef(myTimer01, Callback01); myTimer01Handle = osTimerCreate(osTimer(myTimer01), osTimerPeriodic, (void*) 1); /* USER CODE BEGIN RTOS_TIMERS */ /* start timers, add new ones, ...

km naxin by Associate II
  • 218 Views
  • 0 replies
  • 0 kudos

STM32H7x3.svd is incorrect

Debugger information is displayed incorrectly because STM32H7x3.svd (and others!) in latest version V1.4 seem to be wrong regarding register address offsets of DFSDM module (and maybe others?). At least addresses do not match the latest spec ("RM0433...

MMein by Associate
  • 362 Views
  • 1 replies
  • 0 kudos

STM32H743 ADC clock configuration

In RM 0433 on page 910 there is the following:“1. The ADC clock can be a specific clock source, named adc_ker_ck_input which isindependent and asynchronous with the AHB clock.It can be configured in the RCC (refer to RCC Section for more information ...

PStor by Associate
  • 417 Views
  • 2 replies
  • 1 kudos