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

Problem compiling ble_app_template

Hi

I want to start a new app with the nrf52 to port our app running on the nrf51.

I took as a starting point ble_app_template_s132_pca10040, renamed it, and changed the directory structure. I am attaching the new structure.

I am using the nRF5_SDK_11.0.0_89a8197 and keil 5.20. No packs.

I did not change any of the code, just the paths until everything was recognized by keil, but when I tried to compile I get the following error

"....\components\libraries\timer\app_timer.c(62): error: #39: division by zero" "TATIC_ASSERT(sizeof(timer_node_t) == APP_TIMER_NODE_SIZE);"

By the way, I could not understand what (!!(EXPR)) does in the STATIC_ASSERT. MyApp v200.zip

Parents Reply Children
No Data
Related