|
*** Using Compiler 'V5.06 update 4 (build 422)', folder: 'H:\Keil_v5\ARM\ARMCC\Bin'
Rebuild target 'IK-52840DK'
compiling main.c...
..\..\app\main.c(4): error: #5: cannot open source input file "board.h": No such file or directory
#include "board.h"
..\..\app\main.c: 0 warnings, 1 error
compiling app_error.c...
compiling boards.c...
compiling nrf_assert.c...
compiling app_util_platform.c...
compiling app_error_handler_keil.c...
assembling arm_startup_nrf52840.s...
compiling app_error_weak.c...
compiling nrf_strerror.c...
compiling system_nrf52840.c...
RTE\Device\nRF52840_xxAA\system_nrf52840.c(118): error: #136: struct "<unnamed>" has no field "MAXPACKETSIZE"
RF_CCM->MAXPACKETSIZE = 0xFBul;
RTE\Device\nRF52840_xxAA\system_nrf52840.c: 0 warnings, 1 error
".\Objects\ble_qrc.axf" - 2 Error(s), 0 Warning(s).
Target not created.
Build Time Elapsed: 00:00:05
I have followed your guidebook but it generate these errors.
|
|