Hello,
we are programming in C++. While our development we have the issue to put some Objects in the sdram, because the internal RAM isn't big enough. We created Window Objects and this objects we want to put to the external sdram (With "BSP_PLACE_IN_SECTION(".sdram");".
The problem is, that we have to call gx_api functions (e.g. gx_window_create()) in this objects. If we then compile the code we see no problems it works fine. If we let run the code in debug mode, the code stops and we get the following error:
Can't find a source file at "D:\jenkins_repos\SSP-AddOns/ssp\src\framework\el\gx\gx_src\gx_system_dirty_partial_add.c"
how can i solve the problem?
Regards,
Matthias