User Activity

I have seen examples for STM32F4 series, where they write asFALSH_ERASE(SECTOR 11,); and FLASH_PROGRAM_HALFWORD(XXX,XXX,XXX);FLASH_Unlock();How to program for flash memory in STM32F103C8T6 ??Please help if anybody knows answer for this.Your help will...
I am not able to receive data using receive DMA NORMAL mode in a particular task.while Transmit DMA works perfectly. I am using STM32F103ZET6 , USART1. Working with FREE RTOS CUBEMx.Please help me with this.
Posted on July 14, 2018 at 09:23I have a requirement to use 12 external interrupts and 1 USART receive interrupt and 6 ADC channels to monitor. i am using stm32f103zet6. is this choice good for my requirements ? also i need help to program different...