Hello,
I've a small simple question:
ldr r4, =||Image$$ER_IROM1$$RO$$Length||+||Image$$RW_IRAM1$$RW$$Length||
At the moment I get an error message from Keil, using this code in the startup file. Maybe an syntax error?
If I write
ldr r4, =||Image$$ER_IROM1$$RO$$Length|| ldr r4, =||Image$$RW_IRAM1$$RW$$Length||
there's no such error message.
best regards David