lpc 812 firmware version

Questions about the BASICtools and MakeItC
Post Reply
olzeke51
Posts: 414
Joined: Sat May 17, 2014 4:22 pm
Location: South Carolina

lpc 812 firmware version

Post by olzeke51 »

BasicTools.ini file doesn't have the latest kernel firmware version number in it.


it shows 0832 instead of the experimental 0833 -- this is for the 812 eval chip

my BasicBoard shows 0832
my 812 with your dongle shows 0832
seems like my 0833 didn't load-
I reloaded the 833a.hex file with your dongle and did several tests and it
still the INI file comes up with 0832
**BTW the other values in the INI showed what I had done, plus I had edited
the file with a 0999 version number to make sure it wasn't left over from the BasicBoard



basicchip
Posts: 1090
Joined: Fri Oct 19, 2012 2:39 am
Location: Weeki Watchee, FL
Contact:

Re: lpc 812 firmware version

Post by basicchip »

We added the FirmwareVersion into BASIC.ini for debug purposes, it reflects what is in the vector table that is sent to the ARMbasic compiler. It's not used anywhere.

This just shows the pitfalls of having duplicate copies, there is a firmware version in the assembly language used for the vector table and another version in the C language message of BASIC welcome message. And as often happens when we are doing trials those don't always agree.

so in this case no harm no foul...

Post Reply