Sylvain Munaut 637d035474 projects: Add no_rw_checks on the soc_bram instances | hace 1 año | |
---|---|---|
.. | ||
data | hace 4 años | |
doc | hace 4 años | |
fw | hace 3 años | |
rtl | hace 1 año | |
sim | hace 4 años | |
Makefile | hace 3 años | |
README.md | hace 4 años |
For the icebreaker, the USB hardware connections are :
P1B4
: USB DPP1B3
: USB DNP1B2
: Pull up. Resistor of 1.5 kOhm to USB DPand the Audio PMOD on P1A.
For the bitsy, refer to the PCF (or edit it) to know what pins are used for audio out.
To run :
Build and flash the bitstream
fw/boot.hex
and include it as the BRAM initial datamake prog
or make dfuprog
Flash the main application code in SPI at offset 1M
make -C fw prog
or make -C fw dfuprog