Re: [Flashforth-devel] timer0
Brought to you by:
oh2aun
From: Mikael N. <mik...@fl...> - 2022-01-13 05:00:54
|
You can set MS_TIMER 0 in the end of the config file. Then you can use INT! to set the timer interrupt vector. But without a working MS the turnkey delay for removing the turnkey and a delay in the flash write routine does not work. So I suggest that you replace the MS code with delay loop instead. BR Mikael On 2022-01-13 00:45, Brian K Navarette wrote: > I figured it out. I see now how the configuration file lets you choose > which timer to use for ms. What if I don't want ms, will commenting > out the timer selection section in the config file stop it from being > assembled, do I need to comment out the section in the source file > dealing with ms. Or is there a way to reassign the interrupt vector > (#15) ? |