Content originally posted in LPCWare by mayotte1 on Tue Jan 26 09:36:51 MST 2010
In the literature it states that the chip contains "On-Chip USB Bootloader Implements a Mass Storage Device". I thought this seemed like a great way to save some code. I looked at the example program "usbmsd" and the map for the compiled program seems to reference code in flash but not any actual "rom" section. I am trying to figure out after I compile this example program how much of the 32k of flash is left over for my application. I haven't quite figured that out yet but when I look at the mentioned map, I just see flash memory used up. I would appreciate a comment from someone who knows how this works. Thanks in advance.