DAC Signals Generation
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-04-27 10:44 AM
Posted on April 27, 2015 at 19:44The original post was too long to process during our migration. Please click on the attachment to read the original post.
This discussion is locked. Please start a new topic to ask your question.
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-05-06 10:16 AM
Posted on May 06, 2015 at 19:16
Any help will be greatly appreciated ...
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-05-06 10:30 AM
Posted on May 06, 2015 at 19:30
Sorry not much Cube + L0 stuff going on here. Perhaps some ST FAE's can step up?
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-05-11 3:53 AM
Posted on May 11, 2015 at 12:53
Try to play with aEscalator8bit values and this line:
if(HAL_DAC_Start_DMA(&DacHandle, DACx_CHANNEL1, (uint32_t*)aEscalator8bit, 3, DAC_ALIGN_8B_R) != HAL_OK) Which is getting those 3 values for DAC ((uint32_t*)aEscalator8bit, 3), change the values, the count, etc.