Skip to content

Fix bug with CAN loopback implementation on LPC11c14 #1099

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 12, 2015

Conversation

DC37
Copy link
Contributor

@DC37 DC37 commented May 12, 2015

While compiling and running the updated MBed repository code for the LPC11c14, I discovered that the can_api.c file in the \LPC11XX_11CXX\LPC11CXX target folder was not building correctly. It appears that there is a spurious "CANCNTL_LBACK" which should actually be "CANTEST_LBACK." I have modified the file to mirror the contents of the can_api.c file in the LPC15XX target folder and it appears to work now.

…ACK' to 'CANTEST_LBACK' like it is implemented in the C_CAN controller for the LPC1549.
0xc0170 added a commit that referenced this pull request May 12, 2015
Fix bug with CAN loopback implementation on LPC11c14
@0xc0170 0xc0170 merged commit 7bc3af6 into ARMmbed:master May 12, 2015
@DC37 DC37 deleted the can_loopback_11c14 branch May 12, 2015 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants