Part Number: TMS320F280049
Dear Champs,
Help customer post the problem, his problem as below:
----------------------------------------------------------------------------------------------------
I have a question about bp_16 and bp_32 declaration as below.
//
// The following data types are for use with byte addressable peripherals.
// See compiler documentation on the byte_peripheral type attribute.
//
#ifndef __TMS320C28XX_CLA__
typedef unsigned int bp_16 __attribute__((byte_peripheral));
typedef unsigned long bp_32 __attribute__((byte_peripheral));
#endif
Currently, these definition are used for CAN registers.
Now I would like to use CLA feature.
The bp_16 and bp_32 become undefine.
Could you please provide the solution as soon as possible? Thank you.
--------------------------------------------------------------------------------------------------
If you have any suggestion, please feel free to let us know.
Thanks a lot.