Search found 14459 matches

by Giovanni
Tue Oct 11, 2011 7:40 am
Forum: General Support
Topic: Newbie help
Replies: 9
Views: 5817

Re: Newbie help

Hi, Yes, I know exactly that feeling :) That article will be updated soon, the Zylin plugin seems to have problems with latest Eclipse Indigo. It is possible to use the "GDB HW Debugger" as replacement of the Zylin without great changes. About IDEs, I am just used to Eclipse, I also use ot...
by Giovanni
Sun Oct 09, 2011 6:26 pm
Forum: General Support
Topic: Object files location
Replies: 16
Views: 9733

Re: Object files location

Hi,

That directory should not be included IMHO, stm32f10x_conf.h is a per-project configuration file, you should copy it in your application and configure it specifically for your application.

About size, good to know :-) anyway, I find that library mostly pointless.

Giovanni
by Giovanni
Sun Oct 09, 2011 5:20 pm
Forum: Development and Feedback
Topic: The RTC driver topic
Replies: 228
Views: 95769

Re: RTC driver

The problem is that you CPU could not be active to handle the interrupt. The application could test the last date on startup and verify if it wrapped.

Giovanni
by Giovanni
Sat Oct 08, 2011 6:01 pm
Forum: Development and Feedback
Topic: Multipilot32 branch and ChibiOS need developer ..
Replies: 30
Views: 21461

Re: Multipilot32 branch and ChibiOS need developer ..

Hi, "push-pull output" is for for pins used as GPIOs while "Alternate push-pull output" is for pins used as the alternate functions, all the peripherals you mentioned are alternate functions. Cyrille, I recommend to study the STM32 Reference Manual carefully (and the Datasheet fo...
by Giovanni
Sat Oct 08, 2011 2:08 pm
Forum: General Support
Topic: Object files location
Replies: 16
Views: 9733

Re: Object files location

Thanks for finding this, because an extra space (not joking) it was linking ARM mode libraries instead of Thumb ones. Updated on repository.

Giovanni
by Giovanni
Sat Oct 08, 2011 10:26 am
Forum: General Support
Topic: Object files location
Replies: 16
Views: 9733

Re: Object files location

Hi,

I committed the new system on the repository, you just have to take the file rules.mk if you don't want to get everything.

Giovanni
by Giovanni
Sat Oct 08, 2011 10:18 am
Forum: Development and Feedback
Topic: STM32 Ethernet Demo
Replies: 259
Views: 158984

Re: STM32 Ethernet Demo

Thanks for the update.

The Ethernet code for STM32 is not yet ready and I don't know yet if it will be included in 2.4.x, there are still I2C and USB to finalize first.

Giovanni
by Giovanni
Fri Oct 07, 2011 4:11 pm
Forum: General Support
Topic: Object files location
Replies: 16
Views: 9733

Re: Object files location

Thanks for hints, I created an updated rules.mk implementing private directories for object and list files, I will commit it during the weekend after implementing some other improvements.

Giovanni
by Giovanni
Fri Oct 07, 2011 11:43 am
Forum: General Support
Topic: cooperativ scheduling, some questions
Replies: 5
Views: 4260

Re: cooperativ scheduling, some questions

A new option would not be needed, the behavior could be associated to CH_TIME_QUANTUM=0. This new behavior would make threads with equal priority purely cooperatively scheduled.

I have to think about this, it is feasible but I need to assess impact.

Giovanni
by Giovanni
Fri Oct 07, 2011 9:50 am
Forum: General Support
Topic: cooperativ scheduling, some questions
Replies: 5
Views: 4260

Re: cooperativ scheduling, some questions

Hi, If i am right the current Task is moved from running state, if preempted, back in the ready list. When preemption occurs the current thread always goes behind any other ready thread with equal or greater priority, it loses its rotation turn among threads with equal priority. Of course it can't g...

Go to advanced search