Europalab Devices produces a LoRaWAN transmitting client node, specialised for higher research of actuator and sensor assisted IoT networks. https://dev.europalab.com/nlnet/20200000/
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

37 lines
957B

  1. #
  2. # SendComm EDU (SAMR34 Cortex-M0 ISA) developer kit OpenOCD configuration
  3. #
  4. # Note: Build openocd(1) from its source repository to benefit from the most
  5. # recent SAMR34 definitions, because the chip in use is relatively new.
  6. #
  7. # Use with a firmware binary (bin) or archive (elf) in the following way:
  8. #
  9. # $ openocd-git/src/openocd -s openocd-git/tcl \
  10. # -f dscomm-0.9.2/document/sendcomm-ocd.cfg \
  11. # -c 'program SendcommLWOTAA-rel.elf verify reset exit'
  12. #
  13. # ...and after that, Sendcomm firmware is running.
  14. # To use it, first log into the Sendcomm host and:
  15. #
  16. # $ screen /dev/serial0 115200 8N1
  17. #
  18. # Modify to the debugger in use
  19. #adapter driver cmsis-dap
  20. adapter driver jlink
  21. #jlink serial 123456789
  22. # choose swd (not jtag)
  23. transport select swd
  24. # chip name
  25. #set CHIPNAME at91samr21g18
  26. set CHIPNAME atsamr34j17
  27. # use defaults of Atmel SAM devices
  28. source [find target/at91samdXX.cfg]
  29. # optimise the datarate
  30. #adapter speed 5000
  31. adapter speed 800