eGUI BareMetal example on TWR-LCD-RGB on TWR-K60N512

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

eGUI BareMetal example on TWR-LCD-RGB on TWR-K60N512

818件の閲覧回数
larsmagne
Contributor II

Hello, When I try to compile and link the eGUI BareMetal example on TWR-LCD-RGB on TWR-K60N512 the following linker errors occur: Building configuration: project - FLASH_512KB_PFLASH Updating build tree... Linking Error[Lp025]: absolute section .noinit (fll.o #9) ([0x40041000-0x4004101f]) overlaps with absolute section .noinit (arm_cm4.o #9) ([0x40041000-0x4004101f]) Error[Lp025]: absolute section .noinit (main.o #9) ([0x40041000-0x4004101f]) overlaps with absolute section .noinit (fll.o #9) ([0x40041000-0x4004101f]) Error[Lp025]: absolute section .noinit (mcg.o #9) ([0x40041000-0x4004101f]) overlaps with absolute section .noinit (main.o #9) ([0x40041000-0x4004101f]) Error[Lp025]: absolute section .noinit (pit.o #9) ([0x40041000-0x4004101f]) overlaps with absolute section .noinit (mcg.o #9) ([0x40041000-0x4004101f]) Error[Lp025]: absolute section .noinit (sim.o #9) ([0x40041000-0x4004101f]) overlaps with absolute section .noinit (pit.o #9) ([0x40041000-0x4004101f]) Error[Lp025]: absolute section .noinit (start.o #9) ([0x40041000-0x4004101f]) overlaps with absolute section .noinit (sim.o #9) ([0x40041000-0x4004101f]) Error[Lp025]: absolute section .noinit (startup.o #9) ([0x40041000-0x4004101f]) overlaps with absolute section .noinit (start.o #9) ([0x40041000-0x4004101f]) Error[Lp025]: absolute section .noinit (vectors.o #9) ([0x40041000-0x4004101f]) overlaps with absolute section .noinit (startup.o #9) ([0x40041000-0x4004101f]) Error[Lp025]: absolute section .noinit (wdog.o #9) ([0x40041000-0x4004101f]) overlaps with absolute section .noinit (vectors.o #9) ([0x40041000-0x4004101f]) Error while running Linker Total number of errors: 9 Total number of warnings: 0 The MQX examples will not compile at all. All I have done was to download the eGUI examples without doing any modification and then compile and link - but . Has anyone succeeded with the eGUI examples on IAR 6.50? Regards Lars Magne Endresen

ラベル(1)
1 返信

468件の閲覧回数
LuisCasado
NXP Employee
NXP Employee

Hello,

TWR-K60N512 will not work with the TWR-LCD-RGB, will work with TWR-LCD only. TWR-LCD-RGB uses TFT interface and needs a frame buffer in external memori, normally in DDR.

Best Regards,

Luis