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