Relocating a bean?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Relocating a bean?

399 Views
Nik
Contributor III

Hi,

 

I need to control where the code for a bean is located.

Like:

#pragma CODE_SEG Bootloader_ROM

 

But I can't modify the bean code.  Should I just copy and delete the bean, or is there another way?

 

Thanks,

-Robert

 

Labels (1)
0 Kudos
1 Reply

297 Views
ProcessorExpert
Senior Contributor III

Hello,

 

such feature is not supported by ProcessorExpert now. However, I will pass your request to the developers to consider its implementation.

 

One component in bootloader section:

In case you want to change location of placement of only one component you can use the already created pragma(s) in this particular component (for details see figure_1).

 

More components in bootloader section:

In case you need to use in bootloader section more components, the only way how to do this is to disable code generation of these components and modifying existing pragma(s) manually (figure_2).

 

For more detail about "disable code generation" feature please go to the "User Changes in Generated Code" chapter that is available through "ProcessorExpert Help" menu command from Help | ProcessorExpert menu after unfolding

"ApplicationDesign" and "Code Generation and Usage" chapters.

 

best regards
Vojtech Filip
Processor Expert Support Team

0 Kudos