Forum Posts
Can't access an[y] old thread
Anybody can see content of this thread?https://community.st.com/s/question/0D50X00009XkhdpSAB/lowpower-management-resetJW
adc dma
I am using NUCLEO-H743ZI2. I configure 6 channels adc with dma reading. I am using SW4STM32. I also use stm32cube to configure the project, and I notice id file to configure data to DTCMRAM, I change data to ram_d1 manually. At the beginning everythi...
Resolved! DAC not working - Get no current/voltage from it.
Hi!I have a STM32F373VBT and when I enable the DAC output, then I get only 0.06V as output, no matter what DAC value I send to the DAC.. I don't understand why i get only fixed 0.06V as output for both of these DAC outputs.First if all, the DAC outpu...
Resolved! Hello, I am Firmware engineer working on STM32G07 series board. While working with Flash memory I have unprotected Flash from Read and Write using STlinkUtility v 4.5.0, after this I am not able to Erase the Flash and hence not able to Debug and load.
Hello I am Firmware engineer working on STM32G07 series board. While working with Flash memory I have unprotected Flash from Read and Write using STlinkUtility v 4.5.0, after this I am not able to Erase the Flash and hence not able to Debug and load ...
How to change the system tick reload register "on the fly"
Hi dear friends!We need to synchronize the tick of the system, that handles some control loops, with an external periodic interrupt, so we tried to slightly adjust the SysTick RELOAD register value, but it seems that as the RELOAD register is changed...
STM32F407 Discovery Board Programming error @ 0x08000000!
I have trie everything i am able to upgrade firmware to erase device to see it in win 10 but when i try to flash something i receive program errore 0x08000000! and flash is completely empy. I have he board monunted over a PCD that i do not know why ...
Combined PWM mode STM32F334
I need to generate two phase shifted asymmetric clock signals.This should probably be done using Combined PWM mode.What I need Basic clock in TIMx_ARR for simplicity 4MHz , pin 1 with PWM1 , pin 2 with PWM2Clock 1 2 3 4 1 2PWM1 1 0 0 0 1 0P...