User Activity

I have configured DAC in nucleol496zg board using an internal voltage reference of scale around 2.048V , it is 12 bit DAC so step size would be around 0.5mv but when i write HAL_DAC_Start(&hdac1,DAC_CHANNEL_1); HAL_DAC_SetValue(&hdac1, DAC_CHANNEL...
I need to generate the millivolts of range between (-10mv to 100mv) with three decimal point accuracy using 24-bit external DAC interfaced with NUCLEO-L496ZG board. Is it possible to generate the range?I need HeadsUp & suggestion to achieve the menti...
I am using pot meter to feed the external voltage reference to DAC present in NUCLEO-L496ZG, but DAC output pin shows no response (PA4).I can get output to internal reference. I tried changing vrefbuf mode to external voltage reference & vrefbuf off ...