STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Auto detect STM32G0 Variations? Or pc_init, pc_unInit, pc_program_page, pc_erase_sector, pc_eraseAll, static base, begin stack, end stack, begin data, page size, page buffers address in mcu?

I am using PyOCD and CMSIS Pack Manager to connect and read from my MCU. However, to write I need to know the specific MCU name such STM32g071cbux. Is there a way to autodetect that variation between like STM32g071cbTx. or can I auto detect like my p...

LMora.5 by Associate
  • 623 Views
  • 3 replies
  • 0 kudos

Resolved! STM32L071 - RTC ISR flags clearing

In the following HAL function, RTC ISR register is cleared by "Read/Modify/Write" instruction.Couldn't this cause eventual clearing of the ISR flags which may be raised by RTC periphery between "load" AND "store" ?If somebody can confirm that such si...

MPrud.1 by Associate
  • 877 Views
  • 2 replies
  • 0 kudos