I have noticed a strange problem with cosmic (v4.4e) and Visual Develop (3.0.1).
The project is using a ST7FLITE05 and the PADR register cannot be added to the watch window - Address of symbol PADR is unknown. All other registers seem to be ok. PADR can be added ok if using the ST assembler. Regards sjo
Posted on October 13, 2004 at 07:45Hi sjo, we have done some checks and we see no special problem with this register; its address is well defined in the debug info (both proprietary and ELF formats), together with the address of all other registers (which seem to work). Are you working in C or asm? Have you tried with ZAP? Regards, Luca (Cosmic)
Not tried with zap as I only have an old copy about.
The project is in c which shows the error, I have tried with the ST assembler which behaves correctly - I will try the cosmic assembler to see if it is ok. Its strange that only PADR (address 0) is affected. Regards sjo