How to use EPROM emulation library in Renesas RL78/D1 in CC compiler. I have integrated the type01 library, but was unable to use the function . Please share the application implementation code.
How to use EPROM emulation library in Renesas RL78/D1 in CC compiler. I have integrated the type01 library, but was unable to use the function . Please share the application implementation code.
Read less
;----------------------------------------------------------------------------- ;hdwinit ; Specify RAM addresses suitable to your system if needed. ;----------------------------------------------------------------------------- LOCAL_RAM_ADDR .set 0xFEBE0000 ; for MCU : R7f701684 LOCAL_RAM_END .set 0xRead more
;—————————————————————————–
See less;hdwinit
; Specify RAM addresses suitable to your system if needed.
;—————————————————————————–
LOCAL_RAM_ADDR .set 0xFEBE0000 ; for MCU : R7f701684
LOCAL_RAM_END .set 0xFEBF7FFF ; for MCU : R7f701684
RETENTION_RAM_ADDR .set 0xFEBF8000 ; for MCU : R7f701684/R7f701690 ; 0xFEBE0000
RETENTION_RAM_END .set 0xFEBFFFFF ; for MCU : R7f701684/R7f701690 ; 0xFEBF7FFF