Other Parts Discussed in Thread: SYSCONFIG
Hello All,
I am using AWR2943 and i want to integrate PBIST component from mcu_plus_sdk_awr294x_08_04_00_01, and after integrating it the Interrupt of
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello All,
I am using AWR2943 and i want to integrate PBIST component from mcu_plus_sdk_awr294x_08_04_00_01, and after integrating it the Interrupt of
Hi,
The interrupt is probably not registered correctly.
The API "AddrTranslateP_init()" is usually used by sysconfig.
Why do you need to use it?
Thank you
Cesar
For AddrTranslateP_init() , is it called by default from sysconfig or i need to make sure that the function is called?
and how to configure the memory regions for the address translator, because they're always zero in our case
thanks in advance