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/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
1.0KB

  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
  19. #adapter driver cmsis-dap
  20. adapter driver jlink
  21. #jlink serial 123456789
  22. # choose swd (not jtag)
  23. transport select swd
  24. # allow for host reset
  25. #bcm2835gpio_srst_num 37
  26. #adapter_nsrst_delay 100
  27. #adapter_nsrst_assert_width 100
  28. # chip name
  29. #set CHIPNAME at91samr21g18
  30. set CHIPNAME atsamr34j17
  31. # use defaults of Atmel SAM devices
  32. source [find target/at91samdXX.cfg]
  33. # optimise the datarate
  34. #adapter speed 5000
  35. adapter speed 800