Other Parts Discussed in Thread: OMAP3530
On the OMAP3530 when I write to the INTMUX_1 register (0x018000108) I see that the value written to that gets written to the INTMUX_2 register as well. I have tried this both from code as well as from the Memory View in CCSv4.
I see that anything written to 0x01800108 gets reflected on offsets 0x110 which means my INTMUX_1 gets set to INT_MUX2
I have caches disabled and am running the code from internal RAM. i see this even if I change the values in CCSv4 using the Register view.
Any ideas ??