Hi, I'm trying to use a C6748 in a uni project and I have the following questions:
- When configuring pins multiplexing (using provided utility); if there is a conflict with, for example, SPI0_CS[3] and other selected peripheral does this means I can't use SPI0 at all? or does mean I have to restrict myself to CS[0-2]?
- Can Pins multiplexing registers be modified at runtime?
- Is it ok to switch peripherals on and off at runtime? I mean switch certain IOs off and assign them to a different peripheral?
Thanks,