What's the difference Update Event and Global interrupt?
I want to use ADC with DMA using Timer Trigger.I want to start ADC with DMA per Timer trigger.But, TRGO(Update Event) does not work properly.Global Interrupt works properly.
Ask questions, find answers, and share insights on STM32 products and their technical features.
I want to use ADC with DMA using Timer Trigger.I want to start ADC with DMA per Timer trigger.But, TRGO(Update Event) does not work properly.Global Interrupt works properly.
Hello everyone!For last week I am struggling to use Variable PWM duty cycle to generate signal for an array of addressable LEDs (WS2812) which I had successfully running on STM32F103.I was forced to use STM32F412 and ever since I cannot port my old c...
If I'm using a timer in input capture mode, how do I know which pins it wants to use for channels 1 and 2? I've been through the manual a bunch of times, looked for examples and other posts etc, I can't find the answer to this seemingly simple questi...
I am using a STM32F746G-DISCO to develop a touch screen interface to an audio amplifier.I am testing the standby mode starting from this discussion:https://community.st.com/s/question/0D50X00009XkeE6/halpwrenterstandbymode-does-not-put-uc-into-sleep-...
Hi to everybody,I'm newbie with STM.I'm using:Board: NUCLEO-L4R5ZIMCU: STM32L4R5ZIIDE: STM32CubeIDE_1.0.0I'm trying to write into FLASH by using HAL library and I'm getting the following unwanted behaviour (CAPITAL LETTERS):- The writing works fine O...
Hi,I am using printf for my application to debug the output using UART.But I am facing the problem. void StartSender1(void const * argument) { /* USER CODE BEGIN 5 */ /* Infinite loop */ for(;;) { printf("Sender1 Sending\n"); osMessagePut(Queue...
All do I need is how to initialize, erase, read and write (block and single data) the QUADSPI memory for STM32CubeIDE platform.Thanks in advance
I have a boot problem with the STM32F0407VGT6 (uVision V5.14.0.0.). I designed a custom board and sadly forgot to connect the Boot0 (floating) to GND. Because of that, I can program the MCU, but the controller don’t starts my program by default until...
Is the STM32L451CCU6 a Boundary scan device. I have found other STM32L451 processors BSDL files but cannot find one for this model.