We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I have two nRFGo Motherboard kits that have the nRF24LE1 48-pin device and the LCD module. I am having problems compiling the LCD example that was included with the project folder. When I try to compile the file I get the following error in my output window:
******Build target 'nRF6350_demo' compiling main.c... compiling hal_w2.c... compiling lib_nrf6350.c... linking... BL51 BANKED LINKER/LOCATER V6.15 - SN: D1DCC-500UEZ COPYRIGHT KEIL ELEKTRONIK GmbH 1987 - 2008 ".\build\main.obj", ".\build\hal_w2.obj", ".\build\lib_nrf6350.obj" TO ".\build\nRF6350_demo" PRINT(".\lst\nRF6350_demo.m51") RAMSIZE(256) DISABLEWARNING (15) REMOVEUNUSED *** FATAL ERROR L204: INVALID KEYWORD POS: 178 .\lst\nRF6350_demo.m51) RAMSIZE (256) DISABLEWARNING (15) REMOVEUNUSED# Target not created
********* end of output window error ******
I am able to compile the other projects, the encryption and no_encryption projects, successfully. I can also program the hex file into the demo and boards using nRFgo Studio and make the LED flash on the receiver board when I press a button on the transmitter board. I am not able to program the nRFGo Motherboard through the Keil uVision IDE. I have installed the nRFProbe but I get error if I try to flash the device through the IDE.
Does anyone have any suggestions or comments that might be of help?
So far it seems like there is limited documentation on the development kit.
Thanks for any and all help.
I should have realized but you can only program the nRFgo Motherboard by using one program at a time. You can program it with nRFgo Studio by itself. But to program it with uVision you can not have nRFgo studio open as they both must try to use the same drivers and then there is a conflict.