cancel
Showing results for 
Search instead for 
Did you mean: 

DAC Signals Generation

mka500
Associate
Posted on April 27, 2015 at 19:44

The original post was too long to process during our migration. Please click on the attachment to read the original post.
3 REPLIES 3
mka500
Associate
Posted on May 06, 2015 at 19:16

Any help will be greatly appreciated ... 

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..
qwer.asdf
Senior
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.