Other Parts Discussed in Thread: SYSCONFIG,
Dear TI,
I would like to change PinMux register setting in CCS (v10.2.0.00009) by hand in Memory Browser window after application start on a custom board.
PADMMR_LOCKx_KICKx registers are 0. And I can not overwrite any pin mux register. Why? There was no such limitation on AM65xx IDK.
Even I had no success with such code:
POKE(0xf1008, 0x68EF3490U); // PADMMR_LOCK0_KICK0 POKE(0xf100c, 0xD172BC5AU); // PADMMR_LOCK0_KICK1 POKE(0xf4274, 0x00050002); // PADMMR_PADCONFIG157
I would like to test some settings before introduce them "officially" by sysconfig tool and rebuilding of PDK.
Any solutions are welcome
regards,
Kalman