STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Variable rolling to 255

I have STM32G070RBT6, a timer is set to give interrupt every 1 second, in interrupt i am incrementing a variable timer_var1 then in main file while loop i am dividing this by 10 and assigning this value to another variable TIMER_NOW. Now when timer_v...

snip1.png snip2.png
psain.1 by Associate II
  • 498 Views
  • 11 replies
  • 3 kudos

Resolved! STM32G0 ADC issue on Zephyr

Problem: ADC reading a battery voltage jump by twice as much when the battery voltage goes from just under 3.55V to anything above (jump is about 1000 in raw adc reading at 12 bits).Background:We have a custom board with STM32G0B1CB on which we are t...

Stratosphere_0-1726003554032.png

Resolved! own unique ID

Hi, I am using STM32G0B1 MCU for my project. Is it true each STM32 IC has its own unique ID. For STM32G4 product has the UID facility. Is it 96-bit ID for all the stm32 families or is it different. Which manual has to be referred for this?If yes can ...

Resolved! STM32G0B0 USB_DRD_FS Interrupt problem

hello.Using STM32G0B0CET6USB_DRD_FS---Host_Only_FS,USB_HOST---Mass Storage Host Class,FATFS---USB DiskUSB Interrupt---EnableIf you set it to the above mode and operate it, the USB is recognized only once when the power is first turned on, and the USB...

Kimjunho by Associate II
  • 1951 Views
  • 6 replies
  • 0 kudos

STM32G030 corrupting program on last minute write

I have a STM32G030K8 processor that needs to write some stuff to memory as soon as it detects that it will be losing power - always a bad time but I have to do this.Most of the time it seems to be doing this just fine but once in a while the processo...

Hendrik1 by Associate II
  • 531 Views
  • 14 replies
  • 0 kudos

EEPROM Emulation

A while ago a member of ST staff kindly helped me on this forum with adding EEPROM emulation to my design (at the time based on Nucleo-F401RE) by directing me to here....https://github.com/STMicroelectronics/STM32CubeF4/tree/master/Projects/STM32F4-D...

Resolved! STM32G030F6P6 STMCubeProgrammer

Hi,After I program an STM32G030F6P6 I can't connect again with the STMCubeProgrammer. I have checked that my boot pin is in the correct position but still I keep on getting the error:I have used a simple program that got generated by STM32CubeIde to ...

TDie_0-1725624908750.png
T.Die by Associate II
  • 280 Views
  • 5 replies
  • 1 kudos

Systick interrupt handler stopped being called

Hello STM32G0B1 For some obscure reason, sometimes the systick handler function is not called anymore.I mean, it works for some time then it does not work anymore. It looks like it is more likely to happen when I'm debugging but I have no factual inf...

JulienD_0-1723030099147.png
JulienD by Senior
  • 880 Views
  • 13 replies
  • 3 kudos

Resolved! STM32G0 bootloader usart loop

Hi,I am using built-in usart bootloader on stm32g0. And I am also using the same usart for communication in my user app. I enabled the bootloader via boot option bits. When I start the debug session, I can see the flow stepping over through the progr...

Labels