Other Parts Discussed in Thread: HALCOGEN,
Tool/software: Code Composer Studio
hi,
pbistRun(0x08300020U, /* ESRAM Single Port PBIST */ (uint32)PBIST_March13N_SP);
halcogen creates a pbist check on sys_startup.c file for
testing CPU RAM with pbist and the 1st parameter of this function is "RAM Group" which are defined in the device datasheet.
but in "RM48L952 16- and 32-Bit RISC Flash Microcontroller datasheet (Rev. D)" datasheet has nothing like 0x08300020U.
but it has a Table 6-25. PBIST RAM Grouping. where ESRAM1(2) group is 6.
can you please explain what is this 0x08300020U ?