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.
The CapTouch driver in the FSP is for the Capacitive Touch Sensing Unit peripheral (CTSU) built into the RA MCU devices. You will need to build the driver for the the external touch screen chip using the basic drivers the FSP provides (e.g. I2C, SPI external IRQ).
The CapTouch driver in the FSP is for the Capacitive Touch Sensing Unit peripheral (CTSU) built into the RA MCU devices.
You will need to build the driver for the the external touch screen chip using the basic drivers the FSP provides (e.g. I2C, SPI external IRQ).
See 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