How to use eTPUAB/C in one project at the same time

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

How to use eTPUAB/C in one project at the same time

470 Views
Yongbing_Nan
NXP Employee
NXP Employee

How to use eTPUAB/C in one S32DS project at the same time?  There is no distinction eTPUAB/C in all eTPU API, only use the global struct eTPU->  to operation register. So if we just modify the address highlighted below in mac5777c_vars.h, we can't use eTPUAB & C at the same time. Is there a batter way to use them at the same time?

struct eTPU_struct *eTPU = (struct eTPU_struct *)0xFFE00000;  //eTPUC

uint32_t fs_etpu_code_start =     0xFFE10000;

uint32_t fs_etpu_data_ram_start = 0xFFE08000;

uint32_t fs_etpu_data_ram_end =   0xFFE08C00;

uint32_t fs_etpu_data_ram_ext =   0xFFE0C000;

Labels (1)
Tags (1)
0 Kudos
1 Reply

400 Views
davidtosenovjan
NXP TechSupport
NXP TechSupport

Hi, please create new case according to following procedure with reference to this thread in the subject:
https://community.nxp.com/docs/DOC-329745


I am sending you example code directly as I don't want to share it here publicly.

0 Kudos