ArduinoCore-stm32l0-master

所属分类:单片机开发
开发工具:C/C++
文件大小:10444KB
下载次数:0
上传日期:2021-04-16 21:46:02
上 传 者jmohamedali
说明:  arduinoi ard uino aerduino

文件列表:
boards.txt (23171, 2020-12-07)
cores (0, 2020-12-07)
cores\arduino (0, 2020-12-07)
cores\arduino\Arduino.h (3270, 2020-12-07)
cores\arduino\CDC.cpp (11789, 2020-12-07)
cores\arduino\Callback.cpp (2708, 2020-12-07)
cores\arduino\Callback.h (2939, 2020-12-07)
cores\arduino\Client.h (1529, 2020-12-07)
cores\arduino\FS.cpp (4745, 2020-12-07)
cores\arduino\FS.h (5062, 2020-12-07)
cores\arduino\HardwareSerial.cpp (3065, 2020-12-07)
cores\arduino\HardwareSerial.h (2832, 2020-12-07)
cores\arduino\HardwareSerial1.cpp (2081, 2020-12-07)
cores\arduino\HardwareSerial2.cpp (2015, 2020-12-07)
cores\arduino\HardwareSerial3.cpp (2015, 2020-12-07)
cores\arduino\IPAddress.cpp (2909, 2020-12-07)
cores\arduino\IPAddress.h (2861, 2020-12-07)
cores\arduino\Makefile (4159, 2020-12-07)
cores\arduino\Print.cpp (5142, 2020-12-07)
cores\arduino\Print.h (2891, 2020-12-07)
cores\arduino\Printable.h (1258, 2020-12-07)
cores\arduino\RingBuffer.cpp (2099, 2020-12-07)
cores\arduino\RingBuffer.h (1497, 2020-12-07)
cores\arduino\Server.h (963, 2020-12-07)
cores\arduino\Stream.cpp (9301, 2020-12-07)
cores\arduino\Stream.h (6165, 2020-12-07)
cores\arduino\Tone.cpp (4019, 2020-12-07)
cores\arduino\Tone.h (945, 2020-12-07)
cores\arduino\USBAPI.h (5255, 2020-12-07)
cores\arduino\USBCore.cpp (4937, 2020-12-07)
cores\arduino\Uart.cpp (11038, 2020-12-07)
cores\arduino\Uart.h (4454, 2020-12-07)
cores\arduino\Udp.h (4363, 2020-12-07)
cores\arduino\WCharacter.h (4704, 2020-12-07)
cores\arduino\WInterrupts.c (4367, 2020-12-07)
cores\arduino\WInterrupts.h (1512, 2020-12-07)
cores\arduino\WMath.cpp (1537, 2020-12-07)
... ...

# Arduino Core for STM32L0 based boards ## What is it ? ArduinoCore-stm32l0 is targeted at ultra low power scenarios, sensor hubs, with LoRaWAN connectivity. ## Supported boards ### Tlera Corp * [Grasshopper-L082CZ](https://www.tindie.com/products/TleraCorp/grasshopper-lora-development-board) * [Cricket-L082CZ](https://www.tindie.com/products/TleraCorp/cricket-lorawangnss-asset-tracker) * [Cicada-L082CZ](https://www.tindie.com/products/TleraCorp/lorasensortile) * [Gnat-L082CZ](https://www.tindie.com/products/TleraCorp/gnat-loragnss-asset-tracker/) ### STMicroelectronics * [B-L072Z-LRWAN1](http://www.st.com/en/evaluation-tools/b-l072z-lrwan1.html) * [P-NUCLEO-LRWAN1](http://www.st.com/en/evaluation-tools/p-nucleo-lrwan1.html) * [NUCLEO-L053R8](http://www.st.com/en/evaluation-tools/nucleo-l053r8.html) * [NUCLEO-L073RZ](http://www.st.com/en/evaluation-tools/nucleo-l073rz.html) ## Installing ### Board Manager 1. [Download and install the Arduino IDE](https://www.arduino.cc/en/Main/Software) (at least version v1.6.8) 2. Start the Arduino IDE 3. Go into Preferences 4. Add ```https://grumpyoldpizza.github.io/ArduinoCore-stm32l0/package_stm32l0_boards_index.json``` as an "Additional Board Manager URL" 5. Open the Boards Manager from the Tools -> Board menu and install "Tlera Corp STM32L0 Boards" 6. Select your STM32L0 board from the Tools -> Board menu #### OS Specific Setup ##### Linux 1. Go to ~/.arduino15/packages/TleraCorp/hardware/stm32l0/``````/drivers/linux/ 2. sudo cp *.rules /etc/udev/rules.d 3. reboot ##### Windows ###### STM32 BOOTLOADER driver setup for Tlera Corp boards 1. Download [Zadig](http://zadig.akeo.ie) 2. Plugin STM32L0 board and toggle the RESET button while holding down the BOOT button 3. Let Windows finish searching for drivers 4. Start ```Zadig``` 5. Select ```Options -> List All Devices``` 6. Select ```STM32 BOOTLOADER``` from the device dropdown 7. Select ```WinUSB (v6.1.7600.16385)``` as new driver 8. Click ```Replace Driver``` ###### USB Serial driver setup for Tlera Corp boards (Window XP / Windows 7 only) 1. Go to ~/AppData/Local/Arduino15/packages/TleraCorp/hardware/stm32l0/``````/drivers/windows 2. Right-click on ```dpinst_x86.exe``` (32 bit Windows) or ```dpinst_amd***.exe``` (*** bit Windows) and select ```Run as administrator``` 3. Click on ```Install this driver software anyway``` at the ```Windows Security``` popup as the driver is unsigned ###### ST-LINK V2.1 driver setup for STMicroelectronics boards 1. Plugin STMicroelectronics board 2. Download and install [ST-Link USB Drivers](http://www.st.com/en/embedded-software/stsw-link009.html) ### From git 1. Follow steps from Board Manager section above 2. ```cd ```, where `````` is your Arduino Sketch folder: * OS X: ```~/Documents/Arduino``` * Linux: ```~/Arduino``` * Windows: ```~/Documents/Arduino``` 3. Create a folder named ```hardware```, if it does not exist, and change directories to it 4. Clone this repo: ```git clone https://github.com/grumpyoldpizza/ArduinoCore-stm32l0.git TleraCorp/stm32l0``` 5. Restart the Arduino IDE ## Recovering from a faulty sketch for Tlera Corp Boards Sometimes a faulty sketch can render the normal USB Serial based integration into the Arduindo IDE not working. In this case plugin the STM32L0 board and toggle the RESET button while holding down the BOOT button and program a known to be working sketch to go back to a working USB Serial setup. ## Credits This core is based on and compatible with the [Arduino SAMD Core](https://github.com/arduino/ArduinoCore-samd)

近期下载者

相关文件


收藏者