mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-07-03 12:07:52 +00:00
Compilation info
This commit is contained in:
parent
c9f3e5176d
commit
9b208cf6a2
@ -273,8 +273,8 @@ The currently supported Arduino version is [1.6.5](https://www.arduino.cc/downlo
|
|||||||
You need to download and install aditionally [STM32 core](https://github.com/rogerclarkmelbourne/Arduino_STM32/archive/master.zip) ,Arduino_STM32 folder in ...../Arduino/hardware/ folder (note. if the hardware folder doesn't exist you will need to create it).
|
You need to download and install aditionally [STM32 core](https://github.com/rogerclarkmelbourne/Arduino_STM32/archive/master.zip) ,Arduino_STM32 folder in ...../Arduino/hardware/ folder (note. if the hardware folder doesn't exist you will need to create it).
|
||||||
|
|
||||||
In order to compile suscesfully you need also to modify a maple library file.
|
In order to compile suscesfully you need also to modify a maple library file.
|
||||||
In ....\hardware\Arduino_STM32\STM32F1\cores\maple\libmaple\usartf1.c
|
In ....\hardware\Arduino_STM32\STM32F1\cores\maple\libmaple\usart_f1.c
|
||||||
comment 2 function as below.This is required to have acces to low level of USART intrerupt.
|
Comment the 2 function as shown below.This is required to have acces to low level of USART intrerupt.
|
||||||
|
|
||||||
//void __irq_usart2(void) {
|
//void __irq_usart2(void) {
|
||||||
usart_irq(&usart2_rb, USART2_BASE);
|
usart_irq(&usart2_rb, USART2_BASE);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user