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

trying to use your nrfMAster emulator with WIN10

Hi, I'd like to design a custom software an win10 to help in design a custom hardware using nrf51822...

at this time I have an eval board (PCA10028) whit a custom firmware I can download/debug using an eclipse IDE + GCC compiler.... the board is advertising and running nrfUart service

On desktop Win side, I use a PCA10031 usb dongle with firmware (Ido not remember it's ok)

running nRF UART sample result an exception in StartMasterEmulator executing this line => masterEmulator = new MasterEmulator();

does master Emulator dll is OK with Win10 ? (I've updated my dextop from win7 to win10 and thought it was working before...)

kind regards herve

Parents
  • MasterEmulator needs access to a log file in %appdata%\Nordic Semiconductor\Master Emulator\, which explains why running as administrator works. If you do not have access to that log file location then the program will crash when trying to create a new MasterEmulator.

    Adding the necessary access rights for the log file directory should let you run Master Emulator as a normal user.

    Regards, Terje

Reply
  • MasterEmulator needs access to a log file in %appdata%\Nordic Semiconductor\Master Emulator\, which explains why running as administrator works. If you do not have access to that log file location then the program will crash when trying to create a new MasterEmulator.

    Adding the necessary access rights for the log file directory should let you run Master Emulator as a normal user.

    Regards, Terje

Children
No Data
Related