STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Flash writing issue

Hi I'am using two different boards stm32f411 and stm32h723zg, so I am trying to write one byte data on flash which is 0xFF -> 0x70-> 0x10 -> 0x00 on same address in the sequence without erasing the flash, it’s working for stm32f411 but it doesn’t sup...

IK by Associate
  • 615 Views
  • 1 replies
  • 0 kudos

What is 0.5 bits or 1.5 bits?

I understand that what is shown in the picture is wrong, I just do not know how else to describe it.0.5 bit is 50% duty cycle?And 1.5 bits is 150% duty cycle?If the percentage of filling changes by 150%, then the data transmission frequency must also...

0693W00000NrgMRQAZ.png
MMust.5 by Senior II
  • 3601 Views
  • 2 replies
  • 0 kudos

Register Level programming questions

I am just starting out with STM32 MCUs. Because I like pain, I am trying to do register level programming to make sure I really understand what the code is doing (rather than using automagically generated code). My environment is Visual Studio with...

SHobb.1 by Associate III
  • 5838 Views
  • 20 replies
  • 0 kudos

Resolved! Issue with memory allocation updating on its own.

Hi I am using Atolic TrueStudio and have some global variables. For some reason one variable is simply updating every time I step through the code with the debugger. I am using a STM32L433 processor and have 56k ram free. The variable is a character...