Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun authored Aug 10, 2019
1 parent 62f6e94 commit 7c80a40
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ Now you need to go on the OB (Option Bytes) and find the Read Out Protection (RD

The [STM32Cube MCU Packages](https://www.st.com/en/embedded-software/stm32cube-mcu-packages.html) does not have the exactly mcu (stm32l071cz), but is possible to use some similar to make works.

You can use the stm32l073, the pinout is realy similar and should work like a charm.
You can use the `stm32l073`, the pinout is really similar and should work like a charm.

Select the board "Nucleo-64" and board part number "Nucleo L073RZ". You need to change the upload method to
"STM32CubeProgrammer (SWD)".
Select the board `Nucleo-64` and board part number `Nucleo L073RZ`. You need to change the upload method to
`STM32CubeProgrammer (SWD)`.

Now is possible to burn some blick example.

Expand Down Expand Up @@ -69,6 +69,8 @@ Default Serial is on the pins GPIO0 and GPIO1.

## LoRa

<b>This lmic part is a little unstable, for some reason, the program stops working.</b>

This part about the LoRa radio and it was tested with the [arduino-lmic](https://github.com/mcci-catena/arduino-lmic) library. The basic configuration you can check below.

Remember you need to change the config file of the lmic library and define `CFG_sx1272_radio`.
Expand Down

0 comments on commit 7c80a40

Please sign in to comment.