This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

CAPCOM2 Timer application

hello

is there any body who has an aplication for CAPCOM2 Timer for xc2200 of infineon.

we need to set the first bit of KSCCFG to switch on the module of timer??

there's some one who have an idea of the configuration of timer in XC2267

thanks

Parents
  • The peripherals now have a kernel state control register which among other things controls the clock to that peripheral (module).

    To enable it you new to write the KSCCFG register with the first two bits set. Then you should read it back to force the write before writing/reading any other register in the peripheral.

    The other change concerns the multiplexing of the I/O you need to change as each pin now has its own configuration register.

    What is the exact problem that you are facing to configure the timer?

Reply
  • The peripherals now have a kernel state control register which among other things controls the clock to that peripheral (module).

    To enable it you new to write the KSCCFG register with the first two bits set. Then you should read it back to force the write before writing/reading any other register in the peripheral.

    The other change concerns the multiplexing of the I/O you need to change as each pin now has its own configuration register.

    What is the exact problem that you are facing to configure the timer?

Children