Hi, I am working on a 2808 and I got a setup for using the DSS to program a file. My goal after programming the file was to read some registers. Specifically the "PLLSTS" and "PLLCR" registers.
I tried using the readRegister but it would return undefined value errors. I ended up using the address values using readWord of the registers to successfully read the values.
Does the DSS only support the readRegister for Core Registers and not Memory Mapped registers?