Part Number: LAUNCHXL-F28379D
Other Parts Discussed in Thread: SYSCONFIG
Hello,
I saw a problem using Sysconfig for adding PWM. It is weird, since it appears on one of my project. But on an other one, which is similar, everything is fine.
I achieved to throw away the content of the application, and only keep the structure of the project. You can find an archive in this post.
Let me explain my problem:
My project has 2 configurations: programm in RAM and programm in FLASH

Let's set active the FLASH configuration.
I use several peripherals in the project, which initializations are managed by SysConfig. For instance I use one PWM Module:

Let's add an other one:

And build the project:

Everything is OK. But if I set the RAM configuration as Active, the building cannot be done:

The message is:
#10099-D program will not fit into available memory, or the section contains a call site that requires a trampoline that can't be generated for this section. placement with alignment/blocking fails for section ".text" size 0x1c00 page 0. Available memory ranges:
I refers to the command linker file:

It is important for me to understand, because I don t want to have any problem in the future in the real application.
Can somebody help me ?
Thank you




