We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi,
I m new to ARM programming. I'm wondering how to communicate ARM CPU (STM32L151) using UART module. I am going to write a protocol to a GPS-based vehicle following device, but I first need to communicate with ARM CPU.
Thanks
Hi Julie,
This is not really an "ARM" problem. What you need is a driver for the UART on this particular device. I suggest looking on the STMicroelectronics website for available software downloads. Specifically, look out for CMSIS drivers as these will conform to a standard API.
Hope this helps.
Chris