User Activity

hi every one ~~!! I am using STM32h743bit6.​How can I measure sd card default speed?​SDIO_CLK? SDIO_CMD??​
Hi guysI am trying to measure the sdmmc clock of stm32h743BIT6. Which line should I draw to see
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?
​I am using STM32H743Bit6.#define GPIO_SPEED_FREQ_LOW     (0x00000000U) /*!< Low speed   */#define GPIO_SPEED_FREQ_MEDIUM   (0x00000001U) /*!< Medium speed */#define GPIO_SPEED_FREQ_HIGH    (0x00000002U) /*!< Fast speed  */#define GPIO_SPEED_FREQ_VER...