On 19/09/15 10:08, Brady O'Brien wrote: > Also, If you've got an STM32F4 Discovery (and probably other > stm32*discovery boards with stlink), you should be able to use the > onboard stlink debugger with the SM1000. SWD is broken out on header CN1 > of the SM1000D.
Yeah, I don't at this point, otherwise I'd be using that to develop since it probably has headers for JTAG too. I have a little Olimex JTAG dongle I use for debugging on Cortex M3 boards, which makes life a lot easier. > On Fri, Sep 18, 2015 at 7:04 PM, Brady O'Brien > <[email protected] <mailto:[email protected]>> wrote: > > > I'm pretty sure dac_write is nonblocking. If memory serves me > correctly, it returns -1 if there's not enough free space in the > fifo, 0 otherwise. Ahh bingo! Right, I'll check for that and see what happens. Is there a way to see how much space there is in the FIFO? Otherwise I've got to try and guess, then "re-wind" N samples to try and play them again later, or stash them somewhere to be retried. -- Stuart Longland (aka Redhatter, VK4MSL) I haven't lost my mind... ...it's backed up on a tape somewhere. ------------------------------------------------------------------------------ _______________________________________________ Freetel-codec2 mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freetel-codec2
