User Activity

i am using STM3210E Eval board which has STM32F103 uC i am trying to recorded some adc value over the period of long time but with the time. I am using RTC to achieve that so that even in case pf power loss the adc might not get measured but the time...
i am using stm3210e eval board. It has NAND flash memory of 512 Mbit and I am trying to read data from it but it gets inside hard fault handler. although i am able to read the device IDBelow is the codeNAND_IDTypeDef nand[1]; HAL_NAND_Read_ID(&hnand1...
i am using stm3210e-eval board which has stm32f103zgt6 mcu and i trying to send data on its uart but i am not able to receive any. i am trying to receiving it through blocking mode   uint8_t rx[10]; HAL_UART_Receive(&huart2,rx,1,HAL_MAX_DELAY); HAL_D...
i am using STM3210e-eval board which has stm32f103zgt6 MCU no i am just sending data over uart to my pc the uart is interfaced with rs232 port so for the looking at the schematics i have connected it's tx and rx to ft232rl's rx and tx respectively an...