According to RM: "In the NOERASE configuration (TAMPxNOER=1 in the TAMP_CR2 register, ITAMPxNOER=1 in the TAMP_CR3 register), the backup registers and other device secrets are not erased when the corresponding tamper event is detected. In addition, t...
I'm attempting to optimize the amount of instructions/time it takes to move data from CPU to GPIO. When doing ODR = X, I lose about 40ns, closer to 80 because I need to use 2 ODR writes to different ports and in general ODR output seems to sit at abo...
I am planning to use STM32L4 hardware oversampling by a factor of 2. With the current setup (without oversampling), I am triggering ADC capture and conversion using Timer update event. The timer update event is generated at 10kHz and so the ADC is s...
Posted on November 30, 2017 at 21:45I have developed a program that runs on the STM32L432 Nucleo-32. When I write the program to the demo board using the USB everything works great. When I remove the USB cable and connect 5V/GND to the board, L2 goe...
I have a project with STM32L432KC, I have printed my custom board.I made the flash memory into 3 partitions: So far I've successfully create and running the code, but I found issue.Bootloader allow to receive new firmware (Application 1), synchronize...
This description is copy/paste from the description for 'L073/'L072 and the only relevant setting value was simply deleted - in the 'L071, there is no HSI48. In this way, this description makes no sense.That deciding to have separate RMs for the thre...
Heyho,I was just trying to check awake vs sleep in my H723 application (no OS), so I wanted to make sure that my code is okay.It's using the cycle counter to measure all the cycles when the CPU is NOT sleeping, then compares the cycle sum to the SysT...
Hello STM32-Community,I'm currently working witha PDM Microphone (SPH0641) and try to get it to work via DFSDM. I'm using the DFSDM tutorial vom STM32 to achieve the resolution required for my system.Currently I'm using:Filter Order : 3Fil...