I am new to e2-studio (4.3.0.007), and have created my first hardware set-up using the build in code generator in e2 studio. However the Device Top View shows nothing, but the Device list view seem to be OK This however with zero of code added this does not compile. Looking at the linker script I saw the ROM area as only 0x00d8 to 0x05fff, but I have 64K of flash. I was surprised as the correct device was chosen RL78/L13. I changed it to : MEMORY { VEC : ORIGIN = 0x0, LENGTH = 4 IVEC : ORIGIN = 0x4, LENGTH = 188 OPT : ORIGIN = 0xC0, LENGTH = 4 SEC_ID : ORIGIN = 0xC4, LENGTH = 10 OCDSTAD : ORIGIN = 0xCE, LENGTH = 10 OCDROM : ORIGIN = 0x600, LENGTH = 512 RAM : ORIGIN = 0xFFE00, LENGTH = 255 ROM : ORIGIN = 0x800, LENGTH = 30720 } Is this OK, or have I mess up something else?
↧