Thank You for your continued support and contributions!
I want to buy the FUZE+, what do you say? How long will it take to get an unstable version of Rockbox for this player? (Estimated)
Setting up interrupts for a tick timer shouldn't be too difficult, basically you need to:Enable icoll blockSetup interrupt vector baseEnable timer interruptEnable timrot blockSetup a timerEnable timer irqYou just need to be careful because on this chip to enable a interrupt there are zillions of things to enable (typically you need to enable the irq AND enable to irq to interrupt path). And you perhaps need to setup a clock path somewhere (the timrot uses the crystal osc I think but I don't have the doc right now).
Page created in 0.064 seconds with 16 queries.