03-13-2020 02:23 PM
Dear Community,
I am working with the BMI085 Shuttle Board and the Application Board 2.0. I wanted to connect an SD Card to the Application to be able to save the data from the BMI085 without having to have it connected to a computer per USB. Therefore I need to programm the MCU so that it knows to save the data onto the SD Card. To write the programm, I am using Atmel Studio 7.0. However, Atmel Studio does not recognize the Application Board when it is connected via USB.
I was therefore wondering wether I need a different connection / board to Programm the MCU?
Thank you in advance 🙂
Sam
Solved! Go to Solution.
04-01-2020 07:21 PM - edited 04-01-2020 07:22 PM
You can use the standalone app20-flash command line tool found in COINES to program the Application Board 2.0 MCU.
But the board to bootloader mode by powering on with button-2/switch-2 pressed. Pass binary file command line argument.
Application flash memory starts at 0x410000 and hence adjust linker script settings accordingly.
Linker script, app20-flash tool, sample binary can be found in program_app20_board.zip
C:\COINES\v2.2\examples\c\bmi08x\read_sensor_data>app20-flash bmi08x_read_sensor_data.bin
Application Board 2.0 firmware flash tool
Bosch Sensortec GmbH (C) 2019
APP2.0 detected.
Download [=========================] 100 %
Download complete !