wirelessage
Joined: 08 Aug 2012 Posts: 34
|
Latest compiler updates v5.011 |
Posted: Mon Aug 12, 2013 9:51 am |
|
|
Hello all:
I asked the following questions to CCS and here is their response.
a)Compiler update for 5.011 The port_x_pullups() was not working on a few chips and is now fixed
Q: Can you please let me know what chips they are?
CCS Response: Ports D,E and J on the 46K80 family and 66J11 family parts had issues with pull-ups.
b) Compiler update for 5.011 #import now allows importing data to areas reserved with #org like V4
Q: I currently have a bootloader code and application code. I have combined them into one hex file using the import function. I invoke the #import "bootloader.hex" call inside the application code. Will the above cause any issues because the bootloader code has a lot of #org statements? I am using compiler v4.141
CCS Response: You should be OK with your bootloader as long as you don't get a compile time error. |
|