2015-04-27 10:44 AM
2015-05-06 10:16 AM
Any help will be greatly appreciated ...
2015-05-06 10:30 AM
Sorry not much Cube + L0 stuff going on here. Perhaps some ST FAE's can step up?
2015-05-11 03:53 AM
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.