Greetings:
I have a StarterWare application for the BeagleBone Black that is giving me troubles. When I start Timer6 using a command such as DMTimerEnable(SOC_DMTIMER_6_REGS) the boot process halts.
It appears as if execution is getting hung up on the DMTimerWaitForWrite(DMTIMER_WRITE_POST_TCLR, baseAdd) macro call. This issue seems to come and go on its own. If I rearrange my code I can make it less likely to occur or even make it SEEM to go away. It will, however, reappear at a seemingly random future event days or weeks later.
Another thread hinted that some of these WAIT-for calls are not necessary and will be removed in a future version of StarterWare. What is the projected release date of the next installment of StarterWare? Is there a fix I could implement in the mean time?
Respectfully,
Dave