User Activity

Posted on April 01, 2018 at 15:36Hey guys,I am trying to receive the nmea sentences from my gps module. I am putting the received bytes in an array and if I get the '\n' I want to transmit the array. Problem is it only works once, then it stops:http...
Posted on April 01, 2018 at 12:58Hey guys,I used to be able to download my program to my stm32f723 discovery, but for some reason now when I want to flash even the untouched code, which I got by generating the stm32 cube project I always get errors:...
Posted on March 31, 2018 at 17:30Hey guys.I would like to receive NMEA lines from my GPS module with UART with STM32L476 DISCOVERY. Can you please help me how can I receive the full sentences? Because the length of the lines always differ, so with s...