Search found 128 matches

by Marco
Thu Feb 20, 2014 8:42 pm
Forum: Development and Feedback
Topic: _unhandled_exception
Replies: 6
Views: 3476

_unhandled_exception

Hello Giovanni, When I run the TestThread in the RT-STM32F4-DISCOVERY demo the program goes into the _unhandled_exception function. I'm using the latest version of kernel_3_dev. When I use the following setting it works: #define CH_CFG_ST_TIMEDELTA 2 But when I use the following setting it gets stuc...
by Marco
Wed Feb 05, 2014 7:15 pm
Forum: Development and Feedback
Topic: nvicSetSystemHandlerPriority
Replies: 1
Views: 1831

nvicSetSystemHandlerPriority

Hello Giovanni, When compiling the RT-STM32F407-DISCOVERY demo project in the most recent version of kernel_3_dev i get the following warning: Compiling st_lld.c ../../../os/hal/ports/STM32/LLD/TIMv1/st_lld.c: In function 'st_lld_init': ../../../os/hal/ports/STM32/LLD/TIMv1/st_lld.c:208:3: warning: ...
by Marco
Sun Nov 03, 2013 9:27 pm
Forum: General Support
Topic: Porting ChibiOS 3.0
Replies: 4
Views: 2873

Re: Porting ChibiOS 3.0

Yeah i modified the wrong chconf.h :roll: Shame on me.
Thank you Giovanni
by Marco
Sun Nov 03, 2013 7:07 pm
Forum: General Support
Topic: Porting ChibiOS 3.0
Replies: 4
Views: 2873

Re: Porting ChibiOS 3.0

Tectu wrote:May we ask what you're porting ChibiOS/RT to? Any reasons for blanking out the path to your platform directory?

~ Tectu

I'm planning to release the port when it's running, introducing a new family of microcontrollers to ChibiOS/RT :) until then it's a secret project ;)

Marco
by Marco
Sun Nov 03, 2013 6:34 pm
Forum: General Support
Topic: Porting ChibiOS 3.0
Replies: 4
Views: 2873

Porting ChibiOS 3.0

Hello Giovanni, I have ported ChibiOS 2.6.1 to a new device (ARM Cortex M4 based). The kernel is up and running and some drivers are already implemented. Next step I want to do is support for ChibiOS 3.0 because of the tickless mode. I came across a problem I don't know how to solve at the moment. I...
by Marco
Wed May 22, 2013 6:56 pm
Forum: STM32 Support
Topic: STM32VL Discovery serial problem
Replies: 6
Views: 4516

Re: STM32VL Discovery serial problem

Hello Giovanni,

I implemented all wireless operations in a single thread. The ext driver sets a flag and the thread is checking that flag every 1ms. The basic transmitting and receiving is working now.

Thank you.

Stellaris
by Marco
Wed May 22, 2013 12:20 pm
Forum: STM32 Support
Topic: STM32VL Discovery serial problem
Replies: 6
Views: 4516

Re: STM32VL Discovery serial problem

Thank you, we used another level translator the next day and it just worked. It was just an electrical issue. I have another question. We are communicating via spi with a wireless module. The module generates an interrupt when data is received or when data is ready to be transmitted. I have initiali...
by Marco
Wed May 15, 2013 2:31 pm
Forum: STM32 Support
Topic: STM32VL Discovery serial problem
Replies: 6
Views: 4516

STM32VL Discovery serial problem

Hello, I'm using the STM32VL Discovery for a school project. We want to run chibios on this board. We chose the stable version 2.4.3. To test if it works and to make debugging easy we want to use the UART/SERIAL driver to put some feedback data on the terminal on our pc. Now the problem is, there is...

Go to advanced search