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.

TMS320F28062F: USER_CTRL_HANDLE_ADDRESS doubt between TMS320F28062 and TMS320F28069

Part Number: TMS320F28062F
Other Parts Discussed in Thread: TMS320F28069, TMS320F28062

Hello e2e team,

I have a doubt about the following definition in user.h 

//! \brief Defines the address of controller handle
//!
#define USER_CTRL_HANDLE_ADDRESS (0x13C40)

//! \brief Defines the address of estimator handle
//!
#define USER_EST_HANDLE_ADDRESS (0x13840)

these are used in Lab11/11a/11e etc.. but this examples is running on a TMS320F28069 device, If I want to run this example on TMS320F28062 Do I need to set a different unsecure Ram address?

Regards