Posted on June 01, 2018 at 11:04We also have a 'standard' CubeMX circular DMA UART setup, which stops on error. Caused us some headaches, but ultimately able to resolve it thusly:In DMA mode, a comms error actually triggers a DMA end of transfer int...
Posted on May 02, 2018 at 12:11Thanks very much for the follow-up, and thanks to Thomas for digging up a thread I was thinking of. There's definitely some peculiarities related to the ADC and sleep modes in the STM32 family. Hopefully threads like t...
Posted on April 26, 2018 at 11:11I've seen this issue raised by several uses of Mbed and the mDot/xDot devices which contain an STM32. I can only find these two references now:https://os.mbed.com/questions/52467/Cant-read-ADC-after-WakeUp-from-deeps...
Posted on February 15, 2018 at 12:09Consider yourself lucky! Double-click has never worked for me, even with the right JDK. Executing SetupSTM32CubeMX-4.22.0.app/Contents/MacOs/SetupSTM32CubeMX-4_22_0_macos from the command line is what works for me...
Posted on July 13, 2017 at 09:29This was killing me too - silent failure. Eventually discovered I could cd to SetupSTM32CubeMX-4.22.0.app/Contents/MacOs and run the executable from the command line:$ cd ~/Downloads/en/SetupSTM32CubeMX-4.22.0.app/Con...