18 lines
834 B
Plaintext
18 lines
834 B
Plaintext
This program is an example of the startup sequence for HackRF (Jellybean with
|
|
Lemondrop attached).
|
|
Test number of instruction per second (MIPS) slow blink ON 1s, OFF 1s
|
|
Then after 16s (the 16tests) it blink LED1/2/3 ON/OFF each 250ms.
|
|
This example compute the number of instructions per second executed called also MIPS (Millions of Instructions Per Second)
|
|
|
|
This example code run from SRAM so maximum performance expected is 204MIPS.
|
|
See result details in result_exec_from_SRAM.txt
|
|
|
|
Required Lemondrop -> Jellybean connections:
|
|
|
|
SCL: Lemondrop P7 pin 3 -> Jellybean P6 pin 3
|
|
SDA: Lemondrop P7 pin 5 -> Jellybean P6 pin 5
|
|
SDA: Lemondrop P7 pin 6 -> Jellybean P6 pin 6
|
|
VCC: Lemondrop P4 pin 2, 4, or 6 -> Jellybean P17 pin 2, 4, or 6
|
|
1V8: Lemondrop P11 pin 2, 4, or 6 -> Jellybean P16 pin 2, 4, or 6
|
|
GND: Lemondrop P5 -> Jellybean P13
|