-
Notifications
You must be signed in to change notification settings - Fork 3k
KL25Z CoIDE exporter #142
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
KL25Z CoIDE exporter #142
Conversation
I tried to export from my online IDE to COIDE, but i getting problems with the "Scatter File" the COIDE could not find the file. How can i fix that? Regards, Plinio |
Hello pliniobs, you can use mbed-devel list for this type of communication or report a new issue. Are you using online compiler or github mbed repository? Regards, |
Hi Martin, I'm using the online compiler and the export dont create the file Thanks for the help! Regards, 2014-03-07 16:31 GMT-03:00 Martin Kojtal [email protected]:
Plínio Barbosa da Silva |
Plinio, I tried frdm_gpio example for KL25Z, newest mbed built (rev80), no errors, ld is exported. So please add this to the online compiler http://mbed.org/teams/Freescale/code/frdm_gpio/?platform=KL25Z and test it. |
Its works ok now. Thanks for the help! 2014-03-07 18:17 GMT-03:00 Martin Kojtal [email protected]:
Plínio Barbosa da Silva |
Config store - revert to working sha
As I published a tutorial yesterday - how to make CoIDE work with KL25Z and mbed, this is an exporter for KL25Z target. The default connection is CMSIS-DAP. Working flawlessly, the only thing needed to set up is path to gcc in your IDE.
CoIDE supports more targets which are on mbed, thus I might add also others later. Please review, test. Any feedback is appreciated!
Happy debugginG!
Regards,
0xc0170