STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 939 Views
  • 11 replies
  • 4 kudos

Resolved! How to renegotiate the existing contract?

UM2552 has a paragraph 4.2.2: Send request messageA SINK must send a request message to ask for a new power level, the rest of the sequence is identical to AMS power negotiation. How and what should I do to start the process of renegotiation? How to ...

BMcK by Associate III
  • 791 Views
  • 4 replies
  • 0 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
  • 717 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
  • 375 Views
  • 6 replies
  • 0 kudos