STM32F
IS POSSIBLE CONNECT TWO TIMER IN ENCODER MODE SLAVE AND MASTER I NEED ENCODER MODE TIMER 24 BITY
Ask questions, find answers, and share insights on STM32 products and their technical features.
IS POSSIBLE CONNECT TWO TIMER IN ENCODER MODE SLAVE AND MASTER I NEED ENCODER MODE TIMER 24 BITY
I'm using STM32F051 controller and MCP2515 CAN SPI module using to try to interface with my car using OBD2 connector. I have tested the CAN bus to transmit and receive messages successfully. Can someone help me with a sample CAN message PID query f...
Bare-metal STM32F030C8.Using input capture to receive encodes.Encodes are delimited by idle.I need to decode only the last 10 or so transitions of each encode.I want to perform the decode during the idle.So I’m using circular DMA and I want the timer...
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...