How to program eeprom and flash of S32R274?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to program eeprom and flash of S32R274?

545 Views
jjr_net
Contributor I

hello:\

 I am currently using the S32R274 chip, which is my first exposure to multi-core chips.

 en...below is my questions:

1. Is there any driver and example of EEPROM and Flash?

2. How to create a bootloader project, because when I create a new project will create three projects(Z4,Z7-0,Z7-1)?

thanks!

0 Kudos
1 Reply

392 Views
mikedoidge
NXP Employee
NXP Employee

Hello jjr_net‌,

First, make sure you have installed https://www.nxp.com/lgfiles/updates/S32DS/S32DS_PA_v2017.R1_UP9.zip 

Next, go to New -> S32DS Project from Example. Enter s321R274 in the search field. You should see example projects 'flash_program_erase_s32r274' and 'eeprom_emulation_s32r274'. 

pastedImage_2.png

Then, if you clear the search field and scroll to the bottom of the list, you can see the example project 'BootLoader_MPC5748G'. Though it is for the MPC5748G and not S32R274, it should provide some reference to you on creating a bootloader project.

pastedImage_3.png

Hope it helps,

Mike

0 Kudos