Hi to all ,
I'm writing an application using ARTX166 and PK166 ( all updated to last versions ) . I'm writing it for an our board that use XC167CI 32F40F with external RAM 1 Mbit ( 16 bit multiplexed bus ) , located at 0x4C0000 .
When I compile the application , the stack of OS ( size 200 byte ) is automatically located on external RAM , but I would like to locate it on Internal RAM ( maybe IDATA at 0xF600 ) .
My application is time critical ( engine control unit ) , so I realy need to do so .
How can I configure the OS to locate stack at this position ?