I've just started a github repository for a library of example code for both the Dipcortex and SolderBridges
I shall add more examples over time, you can grab the latest version from here. Click the Zip/Cloud button to grab a zipped download.
You will need NXP's LPCXpresso IDE for these examples
Download the project from github as a zip,
Open LPCXpresso, locate the quickstart panel on the left choose import projects. Select project archive and select your download zip file.
You should then see a list of projects available, select them all and click finish.
You will now have imported all of the projects and they should be listed on the left in the project explorer.
Projects are setup to build .bin files which are created in the projects debug/release directories, these can be used with the Mass storage device bootloaders.
Started off with the most simple example of toggling an output using the systick ( a timer interrupt ). Open src/main.c to see the code.