Hi All,
Advised customer to upgrade to latest MCUXpresso(11.2) and the latest SDK. There seems to be some glitches going on.
Moving to the 2.8 SDK from the 2.7 for the LPC54S018m, there seems to be an issue with the CAN0 address:
Originally using SDK 2.7.0:
#define CAN0_BASE_ADDRESS_ALIGN_SIZE (0x100)
#define CAN1_BASE_ADDRESS_ALIGN_SIZE (0x100)
In the newly generated file:
#define CAN0_BASE_ADDRESS_ALIGN_SIZE (0x10000)
#define CAN1_BASE_ADDRESS_ALIGN_SIZE (0x10000)
Why would the Base Address change, does it affect anything else?
Additionally, when we import the 2.7 based project, 2.7's SDK was never loaded.... Does it automatically load it the 2.7 SDK as it's part of the imported project?
Either way, we added the 2.8 SDK to MCUxpress 11.2, then tried to refresh the project and are getting a ton of Ethernet related errors (missing a type called phy_handle_t , phy_config_t ).
Any advice would be nice to have. Thank you in advance!