Hello, I am attempting to transmit a simple CAN message between two STM32F469I discovery boards. I am using the official STM32F4 github as reference found here: https://github.com/STMicroelectronics/STM32CubeF4/tree/master/Projects/STM324x9I_EVAL/Exa...
Posted on April 07, 2015 at 00:21
Hi there,
I'm trying to parse some GPS data, to do this I want to limit the NMEA string coming from my GPS. I've found online that I can send the following to the Rx pin of my GPS to tell it to just send...
Posted on April 08, 2015 at 03:28Hi Clive, thanks for the link. I've tried to implement that exact interrupt, but I still use RXNEIE and nothing gets to my main loop or any other function, do you happen to know how to disable the RXNEIE flag?
Posted on April 08, 2015 at 01:05
Ok, sorry for the double post. I just fixed my LCD error. However, now I'm getting doubts my interrupt truly work. I tried to do some heavy lifting of parsing my code in my main loop and simply setting a flag in...
Posted on April 07, 2015 at 03:42Wow thank you!! I totally misunderstood all that, but after your comments I did some googling and it works as I hoped.