What is the correct address to be set in Renesas RH850 F1x in Boot.asm GLOBAL_RAM_ADDR START address and GLOBAL_RAM_END address is set to 0 by default ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people's questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people's questions & connect with other people.
Volt.Tech
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
;----------------------------------------------------------------------------- ;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