STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Timer Output Compare Fast Enable not doing what I think it should according to manual, ask for simpler/alternative explanation

Playing with STM32F746 disco, CMSIS-only, directly with registers, in C. CubeIDE 1.8.0, Win10. Gives a good intuitive understanding of how things work. For now, I'm practicing cascading the Timers in various ways (successfully). The thing I failed to...

0693W00000KcqjOQAR.bmp 0693W00000KcqmmQAB.bmp
ilyus by Senior II
  • 1029 Views
  • 2 replies
  • 0 kudos

Resolved! Why does the ST software have different names for registers than the documentation does? I am trying to program the STM32G031 I read the documentation then I have to search in the files for what you renamed it to.

I am looking at RM0444 page 402 and 404 (Rev 5) Documentation SoftwareADC_ISR ADC1->ISRADC_IER ADC1->IERADC_CR ADC1->CRADC_CFGR1 ADC1->CFGR1ADC_CFGR2 ADC1->CFGR2ADC_SMPR ADC1->SMPRADC_AWD1TR ADC1->TR1 ?????ADC_AWD2TR ADC->TR2 ?????ADC_CHSELR ADC->CHS...

KiptonM by Lead
  • 611 Views
  • 11 replies
  • 4 kudos

bootloader for stm32G031k8t6

hello,I try to write a bootloader function fo the STM32g03 MCUthis is the code:void JumpToBootLoader(void){ UART_HandleTypeDef huart2;// System boot function pointer:void (*StartBootLoader)(void);// System address for the F76xxx family (see ST AN2606...

Yben .1 by Associate II
  • 480 Views
  • 6 replies
  • 0 kudos

32F417: Is TIM2 used with Ethernet at all?

The data sheet makes brief references to ethernet precision time protocol and a time stamp comparator using timer TIM2.PTP is not implemented in my project (unless it is deep down in the code; I didn't write it, but googling suggests the 32F4 is way ...

PHolt.1 by Senior III
  • 262 Views
  • 6 replies
  • 0 kudos