Quoting newmanrf@...: > The ARM architecture is, of course, flat with code and data able to be put > anywhere therefore you can run code out of your ram as well as your flash > and you can write to your code space so its easy to program flash. So for > all intents and purposes of this discussion dont pay attention to whats > in code and whats in data just get the code running and in order to do > that take the following advice: > > Get rid of: #pragma CODE > > Change: const unsigned char code l_mask_array[8] > to: unsigned char l_mask_array[8] Question: Why get rid of const? I would have thought you would still want this in flash. Robert
Message
Re: [lpc2000] Re: Using Hantronix Chip on glass technology LCD Modules
2006-05-25 by Robert Adsett