dherrendoerfer
dherrendoerfer
I'm adding a bit debug info: ``` uVGA allocated DMA Channels: 0,1,2 y SRAM_U: 264 SADDR:1FFF2020 SOFF:1 ATTR:0 NBYTES:1B0 SLAST:FFFFFE50 DADDR:400FF0C0 DOFF:0 CITER:1 DLASTSGA:2000C480 CSR:8010 BITER:1 SADDR:1FFF2020 SOFF:1 ATTR:0 NBYTES:1B0...
Found it: The Teensy 3.5 only has 16 DMA channels, so setting the upper ones to wait fails.
These comments are the part that fixed it for me in dma_init(): ``` // all other masters must wait, even during undefined length burst AXBS_MGPCR0 = 0x00000001; AXBS_MGPCR1 = 0x00000001;...
Hello, is is an issue with the Arduino IDE. The definitions work fine with the 1.0.5 and later 1.0.X versions. It's kind of a stupid issue, because I don't want...
I'm a little against setting this as a default - it opens too much of a security issue. But I suppose it should be documented for debugging purposes. Dirk
Full of ..... ?