So a quick follow up,
i had accidentally switched up the +/- wire of the sync signal on the way to the galvo, this caused the weird behavior.
My code works very well, it runs good on 1Mhz and it takes around 20us to...
So since i didnt really understood how the lib stored the Signals in the dma buffer, but i now know that the dma works and how( thanks to your programm),
i made my own Version on based on your program and some snippets...
Thank you for your answer,
you were right, the timer stuff works properly.
And the problem seems to be with the ping pong.
I have implemented a solution similar to yours and the generated Signals look good.
There...
Hello,
i want to use a library to generate XY"-100 Signals to control a galvometer.
It uses the Flex timer module to trigger the dma to write the data.
The library has two implementation, flor the Teensy LC and the...
Thank you,
so it seems there really is a problem with the implementation for the Teensy LC.
Sadly i havent found it. It seems to something with the Flex Timer, cause i cant change the speed of when the isr is...
Hello,
i have found a library i want to use, but i cant get it to work.
Maybe someone who has both a Teensy LC and a Teensy 3.2 and could test something for me.
This is the library, it should generate signals...
Hello,
for my Project i need to generate XY2_100 Signals to control a laser galvanometer.
I found this library on github wich should do what i need:
https://github.com/Tuet/XY2_100
Sadly i cant get it to work on my...