Page 1 of 1

My blog about EzSBC2

Posted: Wed Jun 24, 2015 5:40 am
by jonneva
For the benefit of others, I am going to be documenting my progress here:

http://theblinkyledblog.blogspot.com/

I am going to write about the following topics:

- how the bootloader works (for the layman) and how to interpret that from the schematic & LPC13XX user manual
- getting the board to blink with mbed online compiler
- comparing different toolchains for the EzSBC2 and trying to get them to work
- why your .bin firmware refuses to run (the CRC check) and what to do about it
- getting SWD debugging working

further on I am going to start adding devices, PWM and timers and that sort of stuff

etc.

linking / comments / contributions to the blog are welcome

Re: My blog about EzSBC2

Posted: Thu Jul 02, 2015 4:23 pm
by jonneva
Updated the blog with a handy pinout/function diagram ... something the EzSBC2 really needs, IMHO

Image

http://theblinkyledblog.blogspot.fi/201 ... zsbc2.html

Re: My blog about EzSBC2

Posted: Mon Jul 20, 2015 1:55 pm
by jonneva
Updated blog with information on how to move your mbed project to EmBlocks in full working order

http://theblinkyledblog.blogspot.fi/201 ... zsbc2.html

http://theblinkyledblog.blogspot.fi/201 ... locks.html

... interesting thing is that in EmBlocks blinky compiles at 8.8 kB while same project in mbed online is 15 kB...

Both work, I checked.