Skip to content

released/RL78_G15_DataFlash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RL78_G15_DataFlash

RL78_G15_DataFlash

udpate @ 2024/06/14

  1. use RL78 G15 EVB to test data flash , refer to sample code and application note as below

https://www.renesas.com/us/en/document/scd/rl78g15-group-renesas-flash-sample-program-type01-sc-version-data-flash-sample-code?language=en

https://www.renesas.com/us/en/document/apn/rl78g15-group-renesas-flash-sample-program-type01-sc-version-data-flash-application-notes

  1. add data flash by Smart Configurator , base on application note

  2. modify setting , base on application note

if MCU is 8K flash

.text,.data,.sdata,.RLIB,.SLIB,.textf,.constf/000D8,.const/01D00,.dataR,.bss/FFB00,.sdataR,.sbss/FFE20

if MCU is 16K flash

.text,.data,.sdata,.RLIB,.SLIB,.textf,.constf/000D8,.const/03D00,.dataR,.bss/FFB00,.sdataR,.sbss/FFE20

if MCU is 32K flash

.text,.data,.sdata,.RLIB,.SLIB,.textf,.constf/000D8,.const/07D00,.dataR,.bss/FFB00,.sdataR,.sbss/FFE20

image

image

  1. set the common file header and c code from sample code ,

image

image

  1. use terminal digit 1 , to test data flash write at byte index 2

use terminal digit 2 , to read data flash with expect length

under CS+ debug mode , read memory address when stop debug

below is length : 16 image

below is length : 64 image

About

RL78_G15_DataFlash

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors