User Activity

Hi  i am using stm32f767IGK6 i am able to write data in nor flash but  can't read  data of same address. by use this APIs HAL_QSPI_Transmit(), HAL_QSPI_Receive()   Regard & Thanks, Naresh 
Hi,  i am using STM32H753z  i try to switching FDCAN GPIO is PD0, PD1  to UART tx and rx (same pins)now i changed FDCAN to UART tx side  is fine but in Rx side  i face issue ( no data is receiving to receive buffer).     #define CAN_AFR 0x99 #define ...
Hi i am using STM32H753z, now i am trying to access SD card  but i getting  some error in stm32h7xx_hal_sd.c file of static uint32_t SD_PowerON(SD_HandleTypeDef *hsd)  API,s  in this /* SEND CMD55 APP_CMD with RCA as 0 */ errorstate = SDMMC_CmdAppCo...
Hi,   i go to start SDMMC1 in STM32H753z, is any sample code? can please provide.   in SDMMC i need to use FATFS APIs or SDMMC APIs ? i am confusing please help me.   when i debug the below code i am can n't access it stop at f_mount() starting only....
Hi    i am receive data using UART 4 and transfer same data back like loopback but data is mismatch.  same process in stm32f207 is working,    #include "main.h" UART_HandleTypeDef huart4; void SystemClock_Config(void); static void MX_GPIO_Init(vo...