Resolved! How to use ECC for STM32L011G3 MCU to gain flash capacity ?
According to the overview it is possible to get up to 16 kB of flash memory. However I can't find a reference to this.
Ask questions, find answers, and share insights on STM32 products and their technical features.
According to the overview it is possible to get up to 16 kB of flash memory. However I can't find a reference to this.
Hi everyone!I'm using a nucleo H755 boardI'm basically trying to debug my code from RAM. I already set the linker to use the autogenerated ld file (STM32H755ZITX_RAM.ld). When I try to debug, the application initializes, however It does not go beyon...
Hi,I want to use the ETR to count pulses and set a second timer, so every ... seconds the value from the ETR counter is red and renewed like discribed in this ExampleSTM32 Frequency Counter – LAB10 https://deepbluembedded.com/stm32-counter-mode-examp...
I'm trying to send data via USART to a serial monitor (i'm following a course) but i can't see it's receiving the data, the course is creating its own library manipulating registers.void UART2_WRITE(int ch); int main(void) { //enable clock to g...
Trying to synchronize in time three different STM32F446RE MCUs. I first tried to look how internal oscillators drift compared to each others.The datasheet says that the precision of the oscillations are of 500ppm (parts per million). So every 1000000...
Hello,I'm trying to implement a UART DMA data transfer in STM32F429. I face the following problem.I'm using custom-made Python to receive and transmit data over the serial port. I am sending an unknown number of bytes from my computer to MCU. So, I'm...
Hi All,I am new in development of controller run in low power mode and resume, I used the STM32F072RBT6 microcontroller. In my code CAN Peripheral with extended data frame( 1 Byte data) format and three timers are used.Now, The requirement is when...
Hi All,I don't managed to send char on USART3 with the attached project.I was wondering if someone had already detected issue in using USART3 Thanks in advance