2019-06-25 10:52 PM
Is there any demo Examples for developing UART, Audio and LCDdisplay of STM32F413 discovery board?
IDE : STMcube IDE
Discovery board : STM32F413ZHT6
2019-06-26 12:41 AM
Hello,
Refer to the available examples with STM32CubeF4 firmware package:
STM32Cube_FW_F4_V1.24.1\Projects\STM32F413H-Discovery\Examples\UART
STM32Cube_FW_F4_V1.24.1\Projects\STM32F413H-Discovery\Applications\Display\LCD_PicturesFromSDCard
You can get inspired from existing example with STM32F411E-Discovery:
STM32Cube_FW_F4_V1.24.1\Projects\STM32F411E-Discovery\Applications\Audio
Best Regards,
Imen
2019-06-26 06:17 AM
Thanks for replaying , I am having this firmware package but this project requires a conversion in order to be used with STMCube IDE.
So I am re-questioning like how to convert project STM32F413-Discovery to an STM32Cube IDE project. in order to import into the IDE
Regards, Nitish