660 Commits

Author SHA1 Message Date
Will Code
bd79db5884 max2837: typo 2012-05-30 21:06:42 -04:00
Will Code
9de62e27c8 max2837: divisor registers calculated using long division 2012-05-30 21:01:34 -04:00
TitanMKD
0efab1710a Linker Script & New Startup to Load from SPIFI and Execute from RAM(SRAM).
Start execution in SPIFI(ROM) and at startup, code from ROM is copied to RAM and shadow pointer is modified to RAM.
So at end all the code and vector table is executed from RAM.
2012-05-30 07:33:23 +02:00
Will Code
cd7e054f7d max2837: extern additional functions, put test code in ifdef 2012-05-29 21:24:01 -04:00
Will Code
ee26a4d4d9 Merge branch 'master' of git://github.com/mossmann/hackrf 2012-05-29 20:59:46 -04:00
Will Code
71585d3c64 max2837: remaining registers 2012-05-29 20:59:07 -04:00
Michael Ossmann
8f51eba3e2 compilation comment from irc 2012-05-29 16:44:34 -06:00
Will Code
61b8be45fe max2837 driver under construction 2012-05-29 18:10:52 -04:00
TitanMKD
acc806d5ce * Add PIN_EN1V8 (1V8 work fine 1V8 LED is set to ON), and PIN_BOOT0, 1, 2 & 3(read only).
* Fixed wait() by using volatile else the loop was removed by GCC.
Tested it with SPIFI work fine:
SPIFI tested with LPCXpresso+NXP LPC Link (from LPCXpresso Board LPC1769 Debugger)
 -> Program Flash with Flash Driver LPC1850A_4350A_SPIFI.cfx
     -> Select file: firmware\blinky\blinky.bin
     -> Base address 0x14000000 & option Erase only required pages
2012-05-28 00:02:48 +02:00
Michael Ossmann
a748e31328 started firmware directory with some basic stuff 2012-05-21 11:33:46 -06:00