Ask questions, find answers, and share insights on STM32 products and their technical features.
Hi, I have some problem with UART. im using stm32l152Vb uC... in that, im suing standard peripheral library...I configured two uarts (UART1 and UART2) both of them are working in normal mode. I want to send data from PC to mcu-UART2 and after receivi...
Hi everyone,I'm developing a new one project using STM32L031K6T MCU.It's mandatory to use a simple low cost device for massive production.Now flash memory is almost totally consumed.I'm tring to use compiling optimisations to reduce program dimension...
I am trying to set RCC->PLLCFGR |= PLLSRC after setting RCC->CR |= HSEON and waiting for HSERDY to be presented.I have tried this while with and without RCC->CR PLLON set.The device will run fine from either HSI or HSE, and I verified the speed is th...
Good Day! A stm32 micro newbie here.I just want to ask regarding my issue on my SDMMC.Currently working on accessing microSD through SDMMC interface with FatFS. When I disabled the "Use dma template" I don't have problem accessing the microSD. I have...
Hello,I have a PCB with STM32F427, since a few days, I am having more and more problems with the MCU.As stated in the title, every morning when I restart my board it is locked with RDP level 1, PCROP and R/W protection on all sectors, as stated in th...
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...