Hello, When creating a new project in uVision 2.31 with the Philips 80C32 as processor, I see that the description indicates that there are only 128 bytes on-chip ram, while there are 256 bytes for this type of processor. For the 80C32X2 for instance, the number of on-chip ram bytes given is correct (256 bytes). Does this wrong information influences the rest of the settings, or is this just a syntactical error? Rgds, Geert
Does this wrong information influences the rest of the settings, or is this just a syntactical error? No. This was just a problem with the description. It has been updated on the web and will be included in the next C51 release. Jon
"This was just a problem with the description" The database has been wrong for (some of) the Triscend devices for some time - but I think this has recently been fixed? You can always specify the correct values "manually"
What values? Jon
eg, the E520 has 40K on-chip RAM, which is 0-0x9FFF, but the Target options dialogue says 'Use On-Chip XRAM (0x0-0x8FFF)', and I think this is the values actually passed to the Linker. Again, I think this has recently been fixed?
Again, I think this has recently been fixed? I just checked and the Triscend parts look OK to me. On-chip XRAM is specified from 0-9FFF. There are several of us who update the chip information in the device database, so it could have been updated recently. Jon