Search found 6 matches

by GiacomoB
Fri Jun 26, 2015 5:42 pm
Forum: VIPER
Topic: Viper Open Beta
Replies: 3
Views: 5492

Re: Viper Open Beta

Many thanks!

Let us know your impression, feedback in this phase is invaluable for our team :D
by GiacomoB
Wed Jun 24, 2015 3:52 pm
Forum: VIPER
Topic: Viper Open Beta
Replies: 3
Views: 5492

Viper Open Beta

The Viper Team is proud to announce the first public release of Viper! VIPER (Viper Is Python Embedded in Realtime) is an easy to use, professional development suite for the cross-platform and high level design of interactive objects, artistic installations, and internet/cloud connected devices. The...
by GiacomoB
Wed Mar 11, 2015 7:21 pm
Forum: User Projects
Topic: VIPER: a Python interpreter on top of ChibioOS
Replies: 1
Views: 2991

VIPER: a Python interpreter on top of ChibioOS

Hello everyone, I am happy to share with you my last project! It's called VIPER and it is a suite of tools to program in Python for microcontrollers with an eye to the IoT world. The core of VIPER is a virtual machine built on top of ChibiOS. For more info you can check the page of the ongoing Kicks...
by GiacomoB
Tue Jul 08, 2014 11:33 am
Forum: STM32 Support
Topic: ChibiOS on the Spark Core
Replies: 6
Views: 3760

Re: ChibiOS on the Spark Core

Thank you very much!

The bootloader enables EXTI2, TIM1 and USB_LP_RX. The culprit was EXTI2, triggering Vector60 and hence _unhandled_exception.
Adding an ISR or disabling the IRQ solves the problem!

I finally have my leds blinking correctly :D
by GiacomoB
Tue Jul 08, 2014 9:32 am
Forum: STM32 Support
Topic: ChibiOS on the Spark Core
Replies: 6
Views: 3760

Re: ChibiOS on the Spark Core

Thank you very much for your answers. I added some led blinking to get the value of VTOR :shock: in _port_init (chcore_v7m.c): - before setting the VTOR to CORTEX_VTOR_INIT, the value in the register is 0x8000000 - after seetting the VTOR to CORTEX_VTOR_INIT, the value is 0x8005000 an extract of ch....
by GiacomoB
Mon Jul 07, 2014 9:47 pm
Forum: STM32 Support
Topic: ChibiOS on the Spark Core
Replies: 6
Views: 3760

ChibiOS on the Spark Core

Hi all, I'm trying to run ChibiOS on the Spark Core http://docs.spark.io/hardware/ . It features a STM32F103CB, so I started by using the demo in demos/ARMCM3-STM32F103 as a template and modified main.c to just blink a led in a thread. I copied board.c, board.h and board.mk from boards/MAPLEMINI_STM...

Go to advanced search