Other Parts Discussed in Thread: HALCOGEN,
HALCoGen version: 4.07.00
Part number: TNMS570LC4357ZWT
HALCoGen generates a file HL_reg_dmm.h which has the following #define:
/** @def dmmPORT * @brief DMM Port Register Pointer * * Pointer used by the GIO driver to access I/O PORT of DMM * (use the GIO drivers to access the port pins). */ #define dmmPORT ((gioPORT_t *)0xFFFFF738U)
This value is incorrect. It should be 0xFFFFF770U.
--thx