I'm finding out whether to buy an evaluation board or not. I am considering a evaluation board with a lpc2129 on it to try the CAN pheripheral; it turns out that this board is delivered with Keil evaluation software which can be used with GNU compiler/linker. According to this Keil information: http://www.keil.com/demo/limits.htm, evaluation software have a 16K object-code limitation; I would like to know if this limitation is also presented when using GNU ARM tools instead of CARM tools. Thanks.
Yes, there is the code size limit while loading a user application into the simulator, regardless of the used tools (PK-ARM, RVCT/ADS or GNU).
thanks for the info!!