I am using my F746_NG for a project using ethernet and LCD display. I am currently using the mbed OS 5 (the project needs multitasking) but unfortunately when I call class "LCD_DISCO_F746NG lcd" the program hangs at the function ".connect()".
I use "EthernetInterface.h", "TS_DISCO_F746NG.h", "LCD_DISCO_F746NG.h". The same happens when I use the MQTT library, I got 2 errors:
Error: Identifier "HAL_SD_CardInfoTypeDef" is undefined in "BSP_DISCO_F746NG/Drivers/BSP/STM32746G-Discovery/stm32746g_discovery_sd.h", Line: 130, Col: 29
Error: Too few arguments in function call in "BSP_DISCO_F746NG/Drivers/BSP/STM32746G-Discovery/stm32746g_discovery_sd.c", Line: 164, Col: 29
Anyone know how to fix this? Thank you so much for your help
I am using my F746_NG for a project using ethernet and LCD display. I am currently using the mbed OS 5 (the project needs multitasking) but unfortunately when I call class "LCD_DISCO_F746NG lcd" the program hangs at the function ".connect()".
I use "EthernetInterface.h", "TS_DISCO_F746NG.h", "LCD_DISCO_F746NG.h". The same happens when I use the MQTT library, I got 2 errors: Error: Identifier "HAL_SD_CardInfoTypeDef" is undefined in "BSP_DISCO_F746NG/Drivers/BSP/STM32746G-Discovery/stm32746g_discovery_sd.h", Line: 130, Col: 29 Error: Too few arguments in function call in "BSP_DISCO_F746NG/Drivers/BSP/STM32746G-Discovery/stm32746g_discovery_sd.c", Line: 164, Col: 29
Anyone know how to fix this? Thank you so much for your help