We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I write a simple embedded program. It transmit data by CAN1 Interface. I debug it using uVision2.When I download it into flash ,it work incorrectly. The evalution board is mcb167 net.
Could be that your startup code isn't configured properly. The monitor has its own startup code so you should make sure it matches your stand-alone startup code in the Start166.a66 file. See the last paragraph of the following link. http://www.keil.com/support/docs/584.htm -Walt
Sorry for the typo, I meant to say Start167.a66. -Walt