Search found 4 matches
- Thu Mar 26, 2015 10:44 am
- Forum: General Discussion and Questions
- Topic: STAccel script in STM32F4 DISC
- Replies: 12
- Views: 15248
Re: STAccel script in STM32F4 DISC
You're right Damien, sorry about that. :oops: It seemed like all the materials I read showed the parentheses, and I just assumed they were required. I have the discovery board with MicroPython and the demo that uses the accelerometer to turn on LEDs based on the direction of tilt worked fine for me....
- Wed Mar 25, 2015 12:51 am
- Forum: General Discussion and Questions
- Topic: STAccel script in STM32F4 DISC
- Replies: 12
- Views: 15248
Re: STAccel script in STM32F4 DISC
I was just looking at the source and noticed that the STAccel class has a syntax error that may be causing the error. There are no () in the class definition of STAccel.
- Tue Nov 11, 2014 5:03 pm
- Forum: General Discussion and Questions
- Topic: taking the low road to implementing peripheral devices
- Replies: 1
- Views: 3751
Re: taking the low road to implementing peripheral devices
I know this is an old post, but it may help others who get here by searching the forum as I have. ;) Step two: connect the UART6 pins to Rx and Tx pins you are using on the Arduino. Don't forget to use a voltage divider or similar between the Arduino Tx and the pyb Rx, if your Arduino is running at ...
- Sat Nov 08, 2014 2:38 am
- Forum: Development of MicroPython
- Topic: Build Failed For Micro Python With STM32F407 Discovery
- Replies: 9
- Views: 15936
Re: Build Failed For Micro Python With STM32F407 Discovery
Installing the libnewlib-arm-none-eabi package did the trick :) I also had a problem building for the STM32F4 discovery board. :( I'm on Linux Mint 17 64bit. I installed the gcc-arm-none-eabi package which also installed binutils-arm-none-eabi . The error I got was: $ make BOARD=STM32F4DISC Use mak...