Difference between NRST pin external reset and board power on reset
I have below questions:1. Using NRST pin make LOW which flag would be SET in firmware? 2. If we do board power ON and OFF, which flag would be SET in firmware?
Ask questions, find answers, and share insights on STM32 products and their technical features.
I have below questions:1. Using NRST pin make LOW which flag would be SET in firmware? 2. If we do board power ON and OFF, which flag would be SET in firmware?
I have tried everything I can think of to get part to program, I still get this:The elf loader Sector Erase function fails.Memory-Loader errorError occured during erase operation!Programming error @ 0x08000000!I have tried STL CLI, JFlash-lite, JFlas...
I need ST's latest REACH SVHC letter.If you need P/N, please refer to below.STM32F411CEU6.Thank you.
Hello,I am working on STM32H745 controller. I want to share a variable between M7 and M4.Example: Variable named counter will be updated by M4 after some period and same has to be read by M7 for further processing.Can anyone help me with suitable app...
Hi everyone,I have configured my ADC on STM32F405 in Scan mode to read 5 channels. What I like to do ist to make a single DMA transfer to sample the 5 channels more than one time (e.g. 10x5channels = 50 elemet DMA transfer) To average the data after ...
The output push-pull implies either 0 or 1 - never floating. When do we use the output push-pull with pull-up or pull-down capability? What is the application for the output push-pull with pull-up or pull-down configuration?
Hi. Setup is simple:TIM2 creates the ADC_EXTERNALTRIG_T2_TRGO signal, which starts ADC. ADC is configured to use DMA to transfer the data to the buffer. hadc1.Instance = ADC1;hadc1.Init.ClockPrescaler = ADC_CLOCK_SYNC_PCLK_DIV4;hadc1.Init.Resolution ...
Hey Everyone,I am new to STM platform and dont have much experience with Embedded C. Currently I am stuck at PWM. First Things First:I am using STM32L052C8T6 MCU with a 16MHz external Crystal Connected.I am using STM32CubeIDE v1.12.1I have a photodio...
Hello everyone,I am developing a small program with a relay which has a data, power and ground input. This is powered at 5v and I have it connected to the GPIO PA0 output.My code is as simple as creating a task with FreeRTOS as follows:void StartDefa...
Hello everyone! I have been reading the user manual for the u575 processor and found out that there was a cache memory there. But I have absolutely no clue how does it work and how to implement its support in code. Does anyone know any article or som...