STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Problem with SDMMC1 and 4bit Wide Bus

Hello,I have a STM32H743ZI with FreeRTOS and SDMMC1 initialized from MxCube 5.0.1.I'm currently using the FreeRTOS-FAT.When i try to call a HAL_SD_WriteBlocks_DMA() with 4bit wide bus, I always get "HAL_SD_ERROR_DATA_TIMEOUT" in the IRQ Handler. With...

Using HAL outside of main.c

Ok, another noob question....I can use the following line of code in the main.c with no issues#define Green_LED_OFF HAL_GPIO_WritePin(GPIOA, GPIO_PIN_8, GPIO_PIN_RESET); // Green offBut when I want to use it in another .c file such as foo.c I get th...

How to use F746NG-DISCO and USB OTG_HS

HelloI want to send 45 Mbyte/sec data from the discovery board to PC . So I need to use usb high-speed protocol (CDC). But PC doesn't find the device (I've checked it via the device manager). I used the CubeMX for code generation.What I simply did is...

Cevdet by Associate III
  • 758 Views
  • 6 replies
  • 0 kudos