In our project (LPC54628, MCUXpresso IDE ('version 11.6.1'), SDK ('version 2.12.0'), the GUI project was already running, and I wanted to make some changes to it. ('LVGL' is also a component of this SDK).
First, I created a 'GUI-Guider' new project, specifying the project directory directly inside our main project, made some changes (later I tried without making any changes for testing! ), generated code, ran in 'simulator,' but when I built with generated code (in 'MCUXpresso IDE') and flashed on the target, I can't even see the 'boot screen'! (I am sure that I specified the correct MCU when I created the 'GUI-Guider' project!)
Could you please assist me with this problem?