User Activity

I want to use flash as eeprom by using hal library on stm32l476rg.How can I create the flash_read() and flash_write() functions? (functions will read and write data of type uint32_t)
Hi guys,I want to do a dma with HAL library for a 1.3 inch st7798 driver display (uses stm32l476rg mcu)https://github.com/Floyd-Fish/ST7789-STM32I used the library in it works fine. but I want the screen to run faster (no scans should appear on the s...
I am making a ntc thermometer with stm32f103c8 (by writing over registers without using state library). The code works as it is,I did the adc conversion in 7.5 cycles. I used the calibration register and ran the adc in continuous conversion mode. but...
Hi everyoneI'm trying to write the timer interrupt code I wrote in C (pa3 pin blinks at 10 ms intervals) with arm assembly language, but it doesn't work.I don't know exactly how to do the timer interrupt in assembly language.I tried to write my own c...
How can I make PC 13 blink at a time I set using any timer in stm32f103 using interrupt (without hal library) ?
Kudos from