Hi!!! I am using STM32H743BIT6 MCU and I want to measure the speed of reading a binary file (image) in SDCARD.SDMMC1 is set and SD 4 wire bus is set.On which pin should I take the measurement on the MCU? Also, the unit of speed is (Mbyte/s). Is it...
I am using STM32H743Bit6.Checking GPIO maximum frequency.Among them, in output mode 11, the maximum frequency of 220Mhz was confirmed in the third environment.What does the 'c' in conditions mean where?
Thank you for answer.I want to measure.and BSP_SD_Init(); In , it was defined as:uint8_t BSP_SD_Init(void){ uint8_t sd_state = MSD_OK; /* uSD device interface configuration */ uSdHandle.Instance = SDMMC1; uSdHandle.Init.ClockDiv = 1; uSdHandle.I...