|
maZZoo's blog very low frequency tech postings - hard/nordic_nRF9E5_stuff.writeback |
||
home blog feed eyes info code [12] dect [4] hard [8] meta [5] security [5] |
Fri, 18 Mar 2005nordic nRF9E5 stuffthe nRF9E5 is
I have created some notes on the device (hoping to keep it up to date while I work on it). I am coding in assembler, tools: asx8051 and aslink of the SDCC (small device c compiler) my nRF9E5 include file The EEPROM needs a 3 byte header, so for my toolchain, I needed to hack ihx2nRF9E5.pl an excerpt from the source: # ihx2nRF9E5.pl (c) by maZZoo [a] maZZoo.de # licensed under GPLv2 # # mangles EEPROM data for an 8051-based nordic semicondictor # nRF9E5 radio transceiver. # # reads an Intel-hex-formatted file from stdin, # writes it to stdout, all output addresses # will be increased by $offset (>=3) # # prepends bytes as the nRF9E5 requires. # # probably does quite the same job as nordic's # eeprep.exe - I never happened to run it. # # usage: # cat aslinkout.ihx | ./ihx2nRF9E5.pl > myeeprom.hex
writebacks... Nestor wrotemazzoo wrote
comment... |
||