cancel
Showing results for 
Search instead for 
Did you mean: 

IKS01A1 and Nucleo STM32F103 board working example

zubizeratta
Associate II
Posted on October 22, 2015 at 10:07

Is there any working example for IKS01A1 sensor board and STM32F103 nucleo board? I couldn't find any in offical examples.

#x-nucleo-iks01a1 #nucleo-stm32f
2 REPLIES 2
Posted on October 22, 2015 at 17:25

Hi cctt,

X-NUCLEO-IKS01A1 has a X-CUBE-MEMS1 software package that contains examples, but it is compatible only with NUCLEO-F401RE, NUCLEO-L053R8 or NUCLEO-L152RE.  For more informations, visit this 

http://www.st.com/web/en/catalog/tools/PF261412

.

-Shahrzad-

Posted on January 28, 2017 at 08:57

I am sure you have managed to use F103.

In my case (wanted to use F411 with the MEMs sensor board) I simply:

-opened the example for F401 (the one with Terminal Logging) in Keil

-replaced the F401 device with F411 in Options->Device tab

-In Options->C/C++ tab enter the 'USE_HAL_DRIVER,STM32F411xE,USE_STM32F4XX_NUCLEO,VECT_TAB_SRAM, RAM_MODE, REMAP' - notice the only change is the F411-related item

I wonder if there is other way of doing it - perfectly how to add BSP to CubeMX generated project, not as in my case stupid changes in original project.