I am using a eeprep tool which can only be used with command prompt. I am struggling with it.
Here is the format to use eeprep tool :-
usage: eeprep [options] <infile> <outfile>
options:
-c n Set crystal frequency in MHz. Valid numbers are 4, 8,
12, 16 (default) and 20.
-h You are looking at it.
-i Ignore checksums.
-p n Set program memory size (default 4096 bytes).
-s Select slow EEPROM clock (500KHz).
Default when omitted is 1MHz and higher
I am getting nothing upon using above format, here is what I am doing :-
eeprep -c 16 -h -i -p 4096 -s Nordic9E5 Nordic9E5EEP
is the format correct?