This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

I need help with converting any example from Keil to SES

Hello,

I've been trying for days to convert any example from Keil to SES, I have road probably every question here on the dev zone but I am unable to fix this, I ever specially install windows on my mac to try if there it would work.

So, I have done everything from official nordic documents, I've been through several problems which I happily solve, but that I'm not able to.

I get those errors:


unplaced section: .log_dynamic_data_app [nrf_log_frontend.o], size=12, align=4

undefined symbol: __SRAM_segment_end__

undefined symbol: __start_log_const_data

undefined symbol: __start_log_dynamic_data

undefined symbol: __stop_log_const_data

I'm working on latest SEGGER, I have tried latest SDK, also 14.2 . The same errors. 

Thanks for reply

Parents Reply
  • Okay, so lets start again.

    I want to get Motion Sensor Demo example to get working with MPU9250 with NRF 5 Dev Board.

    I imported the project from IOSsonata library. 

    Now. 

    What Need to be change in mot_sensor_demo.cpp and board.h to get this example to work with mpu9250 and get it to stream data to eclipse terminal by printf ?

    I checked the pinout of my board, and found SCL, SDA is 26,27 and I have connected it. Devboard + mpu9250 are connected and ready. 

    Doing Run. I get "Failed initializing hardware" 
    Doing Debug, I get:

Children
Related