STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 1859 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 II
  • 3598 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...

I have a project using stm32f765,now i want to migrate to stm32H743.I want to know if i can use the code that has been written for stm32f765 instead of writing a new one, If yes , is it enough to only change the header files name?

Hi community. I mean for example are some changes necessary in some HAL or LL APIs for different peripherals or i should leave it as the way they were written in pervious code(Code for stm32F765) ?

FShak.1 by Associate
  • 294 Views
  • 1 replies
  • 1 kudos

D flip-flop

Hi,I need to normalize the asynchronous transmission to a specific baudrate in real time. I know flip-flop D is fine, but I don't want to add extra elements to the layout. Can I do it with timers or maybe some other solution?

PKurz.1 by Associate II
  • 624 Views
  • 3 replies
  • 0 kudos

STM32F429 Sleep mode and Systick

Hi'I'm using an STM32F429 in a project that needs to enter to sleep mode.I can't determine if I need to disable manually the HAL tick previously to entering in sleep mode, or if the sleep mode enter instruction does it by itself. Can anyone tell me?T...