I'm trying to set up my first project on an STM32F4 and I encounter a problem which consists on how to pass the measures I took from the MEMS accelerometer from the STM32F4 to the computer.
I'm using the IAR workbench as a development environment.
Can you help me please?
1 Answer 1
I think you better take this in steps:
Is your development environment completely setup and working? If not verify and interface switches and LEDs first.
Is your sensor interfaced correctly? Verify whatever protocol you are using to connect to it.
Is your UART working properly? Try coding an
echo + 1
example.Connect steps 2 and 3.
There are plenty of examples online about working with STM boards.
/dev/ttyUSB*
\$\endgroup\$