User Activity

Firstly, I have a can transceiver that worked in STM32F7 nucleo board with interrupt mode configuration. So my transceiver works properly I guess.Now, I am trying to configure H743ZI2 to create normal can frames. My setup is 2 H743ZI2's and used same...
What is the difference between LPUART and UART?. As far as i read there is no difference to use LPUART and normal one(except power consumption ofc). If I change my UART channel to LPUART, will be any difference? Will be the LP ones DMA usage differ ...
I am developing a project that has M7 processor. I want to use Segger Jlink pin which is JDTI as GPIO.I want to keep it low until I set it. But, while flashing the code to my MCU, JDTI pin becomes high until passing the hal_initialize() function. So ...
I am trying to program my flash halfword per halfword. There is no HAL library to achieve this work so I am working with registers. After erasing the specific sector that I want to write, I am trying to change the control register 1 with below code.W...
Kudos from