Search Results

Search results 1-4 of 4.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Hello, I am using the following commands for programming my NRF52 based custom board: nrfjprog -f nrf52 --program fimrware.hex --sectorerase --log nrfjprog -f nrf52 --reset It was working properly, but suddenly it stopped, and now I get the following log (attached in a file) I have also triend using J-Link commander, and I get the following loadfile "firmware.hex" Downloading file [firmware.hex]... Writing target memory failed. I am not sure what has changed and what is causing the problem, I ho…

  • I tried doing all of that and still get some compilation issues, which I don't know how to fix. Hopefully someone can help: Rebuilding ‘RUI_ses’ from solution ‘RUI_ses’ in configuration ‘Debug’ Compiling ‘main.c’ app_util_platform.h FreeRTOSConfig.h FreeRTOS.h main.c #error "Device must be defined. See nrf.h." FreeRTOS.h main.c #error "This port requires __NVIC_PRIO_BITS to be defined" portmacro_cmsis.h portmacro.h portable.h FreeRTOS.h main.c implicit declaration of function '__REV' [-Wimplicit…

  • Hi, Thanks for the reply. I am trying to do it manually but have some doubts (I am not very familiar with either makefiles or segger studio, sorry if I am asking very obvious questions). Here are some questions: 1. There are a lot of .c src files that my makefile includes that belong to nordic SDK. I provide a list below. Do I have to add these by hand? or is there an easier to include the full nordic SDK? I can't figure out how the nordic examples do it. (../../ is the root folder of the SDK) .…

  • Hi, I am evaluating the Firmware on this github repo and my nrf52832. It uses NordicSDK and an ARMGCC makefile. At the moment I am compiling it using the makefile, however I would like to import this project to Segger Embedded Studio, in order to be able to use the debugger. Could you give some advice on how to do this? Thanks!