2021-05-28 01:08 AM
Good afternoon. I made a working project on CubeIDE for a railway timetable (LWIP, FreeRTOS, DSI, HDMI). The project was created in the repository. But the management has a requirement to add a symbolic part (JPG or bmp image). There was a problem when docking the JPEG part to the project (Error 2). How do I remove the problem? With respect. Alexander
2021-05-28 05:49 AM
Switch to the Console tab to find out more information about the error.
2021-05-28 06:01 AM
2021-05-28 06:06 AM
ok
2021-05-31 03:53 AM
Hi @Vlaty.1 ,
Can you please give more details :
Houda
2021-05-31 06:41 AM
Good afternoon, Houda. No, unfortunately, this project only exists in the repository. I haven't been able to put it together separately yet. When I try to build this project separately, I have problems. I'm using CubeIDE version 1.6, 1. I only initialize the necessary interfaces. The working version of the project in the attachment. This is an example of Lwip_HTTP_Server_Netconn_RTOS from STM32F769 Discovery. I'm working with external DSI-HDMI board. Sincerely, Alexander.
2021-06-01 12:22 AM
2021-06-02 03:25 AM
Hi Alexander,
Let me be sure that we test the same scenario, I test two scenario :
For both case I didn't find a compilation error
arm-none-eabi-gcc "C:/Users/xx/STM32CubeIDE/workspace_***/LwIP_HTTP_Server_Netconn_RTOS/SW4STM32/syscalls.c"
arm-none-eabi-gcc -o "STM32F769I_DISCOVERY.elf" @"objects.list" -mcpu=cortex-m7 -T"../STM32F769NIHx_FLASH.ld"
text data bss dec hex filename
136324 188 82980 219492 35964 STM32F769I_DISCOVERY.elf
Finished building: default.size.stdout
Finished building: STM32F769I_DISCOVERY.bin
Finished building: STM32F769I_DISCOVERY.list
11:12:46 Build Finished. 0 errors, 0 warnings. (took 22s.798ms)
Can you please tell me if your use case is different?
Houda
2021-06-03 12:55 AM
Good afternoon, Houda. The problem occurs when attaching a jpg part to the project. This situation can be replicated with CubeMX. If you add a JPEG part to the FreeRTOS and LWIP project(http available!!!), respectfully. Alexander.
2021-06-03 02:34 AM
Have you tried doing a 'Clean' first before 'Build' ?
Please copy & paste the Console output as text - so we can see it all