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

add device in data base

hello
I'm working on the µC XC2267 for infineon.
I don't find the XC2267 in option for target 'Device' in µvision3.

So to add this device in data base, I must adjust the CPU parameters for the XC2267

Just I've little problem when adding the new device in the option to adjusting the CPU parameters for the XC2267.
Where can I find these parameters?

Thanks

Parents
  • in the memory map of the XC2000, there are 3 sections for flash:
    Program Flash 0 : 0xC00000 - 0xC3EFFF,
    Program Flash 1 : 0xC40000 - 0xC7FFFF,
    Program Flash 2 : 0xC80000 - 0xCBFFFF,

    there is a reserved sector for Program Flash0 from 0xC3F000 - 0xC3FFFF,

    to adjusting the option of the cpu, we should mention the range of the flash IROM(0xC00000-???)

    is it correct to put IROM(0xC00000-0xC3EFFF, 0xC40000-0xCBFFFF)

    or I put IROM(0xC00000-0xCBFFFF)??

    the problem that I found is in the reserved sector for the flash0

    I hope that I explain well my problem now

Reply
  • in the memory map of the XC2000, there are 3 sections for flash:
    Program Flash 0 : 0xC00000 - 0xC3EFFF,
    Program Flash 1 : 0xC40000 - 0xC7FFFF,
    Program Flash 2 : 0xC80000 - 0xCBFFFF,

    there is a reserved sector for Program Flash0 from 0xC3F000 - 0xC3FFFF,

    to adjusting the option of the cpu, we should mention the range of the flash IROM(0xC00000-???)

    is it correct to put IROM(0xC00000-0xC3EFFF, 0xC40000-0xCBFFFF)

    or I put IROM(0xC00000-0xCBFFFF)??

    the problem that I found is in the reserved sector for the flash0

    I hope that I explain well my problem now

Children
No data