Forum Rule: Always post complete source code & details to reproduce any issue!
-
-
Senior Member+
Sorry I have not used any of these DAC chips nor the library and the like.
So I have no way of trying it out and see what if anything works.
So probably not much help. One thing you might try doing is looking at other libraries that talk to these chips, like:
https://github.com/logos-electromech...ree/master/src
And see if either they work better and/or give you some hints.
Again not much help. Hopefully someone else up here uses these chips and can give you some more information.
-
Thank you for your answer !
Well I have great news
! After a short night, I managed to configure the MAX11300 to obtain a sample rate of 80 µS
!!
The solution :
The solution is not in the library, I used the configuration software for MAX11300 to generate the code to configure the DACs. I then use the library to transmit these codes.
pixi.WriteRegisterA ( 0x0D, 0x0000 );
pixi.WriteRegisterA ( 0x0E, 0x0000 );
pixi.WriteRegisterA ( 0x10, 0x40c4 );
pixi.WriteRegisterA ( 0x11, 0x0000 );
pixi.WriteRegisterA ( 0x16, 0x0000 );
pixi.WriteRegisterA ( 0x17, 0x0000 );
pixi.WriteRegisterA ( 0x24, 0x5100 );
PS: it is necessary to drive the DACs directly by their register. "pixi.WriteRegisterA (0x64,voltage[0]);"
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules