Posted on May 17, 2011 at 12:03You can copy SBoot to SRAM without changing VM. a) Set up A and DPTR to point to the SBoot in Code Space. b) Use MOVC A,@A+DPTR to read SBoot into Acc. c) Set up DPTR to point to the SRAM in XData Space. d) Use MOVX @D...
Posted on May 17, 2011 at 12:02PCA and Port-4 are separate modules. Only when the desired PCA operation needs external input/output singles, you need to route them from/to Port-4 pins. If all the TCM are in timer mode and use internally generated cl...