Variable Store In Memory
HelloI want to update my variable continuously on Memory, so whenever bootup and power loss I can read that Value.So which is the best way to store variable and read when MCU bootup.
HelloI want to update my variable continuously on Memory, so whenever bootup and power loss I can read that Value.So which is the best way to store variable and read when MCU bootup.
Hi, I'm studing STM32F4.I'm looking at pwm mode in timer, and I wonder if there's a difference between using pwm mode 2 and using pwm mode 1 to invert using CCMR1 register.
Using CubeMX I try to configure USART6 clock for STM32U5A9ZJT6-Q.It seems that CubeMX allows to set clock source for USART1-3, but not USART6.Am I missing something or it is a CubeMX bug.
Good morning, I am trying to read from adc two signals by first saving the signal with a certain clock frequency and then changing it using another one, i.e. changing the AHB clock divider. Going to debug it crashes on hard fault handler, regardless ...
Hello,I have a question regarding the use of the ADC module in the STM32G474MET6 MCU. I'm currently working on a grid-connected converter application that involves monitoring various sensing values. I've employed 3 to 4 channels within one ADC module...
i try to crash my code to check the watchdog timer is reseting the code or not. for crashing my code i use timer interrupt. i.e TIM2_IRQHandler(){ ---------------; ---------------;}TIM_IRQHandler() instead of TIM2_IRQHandler . so, code will be ...
Hello,i want to use a really precise PWM signal but i get a lot of Jitter on it.I am using the F410 with a 16Mhz crystal. The PLL produces from there a Frequency of 100Mhz (I need this high frequency for my other tasks).The rest of my hardware needs ...
I want to read Temperature data in register [20h,21h] , but the data I read are 0x00 , should I setting which register ?
Hello,I am using the STM32F107VCT6 microcontroller and, under normal circumstances, it works flawlessly. However, I have been encountering an issue where data in a specific memory area becomes corrupted when I toggle the nRESET pin at 2-3 second inte...
Hi,I am working with STM32H5RBT6U:How do I calculate the frequency of the I3C Controller? Is there documentation to cover the content?I tried using CubeMX to set the frequency, but strangely, all the frequencies work fine except 3~5MHz. The exceptio...