Other Parts Discussed in Thread: CONTROLSUITE, LAUNCHXL-F28069M, MOTORWARE
I'm porting the controlSuite CAN example and copied the whole InitECana() function to my instaspin code. However the initialisation enters the forever loop ... while(ECanaShadow.Canes.bit.CCE != 1) I've read that I've got to check the 14th bit in SYSCTRL.PCLKCR0 and it is set (the actual value is 0100000100001100b) So the canA clock should be working. If I set the CCE bit in the memory then the program execution proceeds forward. The CAN pull ups and modes are set according to the example also.
Would you tell me what to check further?