RL78/L1C USB Peripheral Firmware Updater

Hi,

I am facing issue in USB application loading in RL78/L1C.

I am using PCDC to load file. I am referring the below application note which is available on Renesas site. while implementing application workspace. I found the section SS is Rx63n instead of RL78/L1C MCU.

https://www.renesas.cn/cn/zh/document/apn/rl78-microcontroller-usb-peripheral-firmware-updater-gnuiar-ver-rev110

In above application note refer the page 25.

i am using the e2studio CC-RL compiler. 

Kindly let us know application side what address need take care in section  so I can proceed.

In bootloader, 
/* [UserApp Header Area setting]
* Start address setting
*/
#define USB_CFG_USERAPP_HEADER_ADDR (0x5C00)

/* [UserApp Header Area setting]
* Security code setting
*/

#define USB_CFG_USERAPP_SECURITY_CODE 0x55AA55AA

#define USB_CFG_UPDATER_START_ADDR (0x3000)

Regards,

Shaan G