Add st-link_full.py
Fix st-link_full.py
This commit is contained in:
parent
05621e7150
commit
0c51667ffc
4 changed files with 103 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
// clang-format off
|
||||
|
||||
#include "Arduino.h"
|
||||
#include "stm32f446xx.h"
|
||||
#include <SimpleFOC.h>
|
||||
|
@ -62,7 +62,6 @@ volatile uint32_t ipsr_value = 0;
|
|||
|
||||
|
||||
void setup(){
|
||||
// Vector table initialization (commented out)
|
||||
SCB->VTOR = (volatile uint32_t)0x08008004;
|
||||
|
||||
Serial.setRx(HARDWARE_SERIAL_RX_PIN);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue