Yeah the filemanager is confusing and wrongfully uploaded the old file wich had the same name.
It should be fixed now in the post.
Type: Posts; User: Der_Frosti
Yeah the filemanager is confusing and wrongfully uploaded the old file wich had the same name.
It should be fixed now in the post.
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...
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...
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...
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...
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...
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...
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...