2021-03-03 08:39 PM
point 1) "DAC_InitStruct.WaveAutoGenerationConfig = __LL_DAC_FORMAT_SAWTOOTHWAVECONFIGPOLARITYRESET_DATASTEP_DATA;" should be "
DAC_InitStruct.WaveAutoGenerationConfig = __LL_DAC_FORMAT_SAWTOOTHWAVECONFIG(LL_DAC_SAWTOOTH_POLARITY_DECREMENT, 2000, 100);"
point 2) should insert "DAC_InitStruct.WaveAutoGenerationConfig = __LL_DAC_FORMAT_SAWTOOTHWAVECONFIG(LL_DAC_SAWTOOTH_POLARITY_DECREMENT, 4000, 200);"
2021-03-04 12:16 AM
Hello @Bruno Hu
Thank you for your feedback, I'll check it then I'll get back to you.
Khouloud
2021-03-04 06:47 AM
Hi again @Bruno Hu ,
You're right! I have reproduced the issue on my side and it will be fixed.
Thank you for raising the issue to our attention and sorry for any inconvenience this may have caused.
Khouloud
2021-08-19 02:18 AM
Hello @Bruno Hu ,
I'm back again to inform you that issue is now fixed, you can use the latest CubeMX version available on site :)
Khouloud