User Activity

Hi community,I'm using STM32F303RE, in that I'm using PA15 as a GPIO which is connected to a Relay, but I recently found out that the PA15 is a JTDI pin which is being pulled up internally, so whenever the STM32 resets, it gets high and after GPIO_in...
When I write the value in loopeg. VALUE_to_WRITE = 1000;for(int i =0; i < VALUE_to_WRITE; i++){   HAL_DAC_SetValue(&hdac, DAC_CHANNEL_1, DAC_ALIGN_12B_L, value);   HAL_DELAY(4);}//no less than thisThe value is written. But it const me 5-10 seconds wh...
Posted on May 01, 2018 at 14:09I was trying to get the debug statements on the SWV on Nucleo64 STM32F302R8. I tried the tutorial ''https://www.youtube.com/watch?v=BwgPV3uKuzY'' by Atollic Tools but had no success it prints out Garbage Values. Is the...