User Activity

I want to use pin to work as output pin for some time and then Analog pin for some time.how can I change the mode of pin in run time. GPIO_InitTypeDef GPIO_InitStruct = {0}; ADC_ChannelConfTypeDef sConfig = {0};   HAL_GPIO_WritePin(GPIOC, GPIO_PIN_...
i am using STM32F7 and MX25L128 for external flash.I am getting hard fault in TouchGFX_Process function.what could be the reason ??
I am using STM32F746 controller and MX25L128 flash on a custom board.I want to make external flash loader file for my custom board.I followed the MOOC - External QSPI loader how toI got error while memcmp for (var = 0; var < SECTORS_COUNT; var++) { ...