This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How i can create an application with SDA555XFL from Micronas?

I am planning a project with SDA555XFL from Micronas.
Now i am in a situation that need to program IC.
My question is that should i create a code banking for this IC or not?
I am working with uVision from keil.


Parents
  • I could get answer from the first step of own project: <The code size is lower than 64KBytes without any code banking.>
    Now i have extended the project such that the code banking is necessary.
    But unfortunately the Uvision does not permit me to add new object files to the project. For your further information i have produced two bank(bank0 & bank1).
    It is very interesting that when the sum of the volums of object files in the banks area and the common area is lower than 64KBytes, every thing is OK and two hex file would be resulted but when i add an extra object file to project in the manner increase the volume of the bank ( not overflow ), it can't build my project.

Reply
  • I could get answer from the first step of own project: <The code size is lower than 64KBytes without any code banking.>
    Now i have extended the project such that the code banking is necessary.
    But unfortunately the Uvision does not permit me to add new object files to the project. For your further information i have produced two bank(bank0 & bank1).
    It is very interesting that when the sum of the volums of object files in the banks area and the common area is lower than 64KBytes, every thing is OK and two hex file would be resulted but when i add an extra object file to project in the manner increase the volume of the bank ( not overflow ), it can't build my project.

Children