This program will demonstrate how to upload certificates and keys to support SSL/TLS web page access. The uploaded information is stored in the onchip flash memory using the standard file system. The serial port provides a debug menu.
HOW TO BUILD THIS APPLICATION:
This application requires a few items to be configured in NBEclipse or your command line makefile.
${NNDK_ROOT}/platform/${PLATFORM}/original/lib
Modify the "Memory Range" based on the "COMPCODEFLAGS" information in the project's "nbfactory.h" header file. The range used depends on the platform. For example, the MODM7AE70 would change from this:
0xFFC08000 0xFFC80000
to this:
0x00406004 0x005A0000
For our latest version of NBEclipse, the default values are already provided for each platform, so no changes should be necessary, unless you want to change how much storage is available.
Note that any changes made in NBEclipse project properties will only apply to that specific project. The changes will need to be made again if you create a new project.