We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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
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?
hi,
before write to the KSCCFG register with the first two bits set, you should disable the protection because this register is a protected register.
thanks for your help
MoMo