Page 2 of 2

Re: Timers & TIVA port

Posted: Thu Dec 11, 2014 10:14 pm
by Marco
I'm affraid it is not going to work on ChibiOS version 2.6 because there are too many differences between 2.6 and 3. The directory structure is different and the HAL is depending on the OSAL (Operating System Abstraction Layer) which is new in ChibiOS 3.

Re: Timers & TIVA port

Posted: Thu Dec 11, 2014 10:21 pm
by mandrake
Well, let's try to make it work on ChibiOS 3 then...

EDIT: maybe I didn't make that clear, I supposed it was obvious from the fact I was talking about problems AFTER the compilation.
I am using two distinct versions of the stuff, one "vanilla" from ChibiOS-Contrib and one opportunely modified in order to make it work on ChibiOS 2.6,
both of them compile AND do not work, with exactly the same errors.

Re: Timers & TIVA port

Posted: Thu Dec 11, 2014 10:34 pm
by Marco
Can you try to program the ch.bin file inside the attached zip file? This binary is generated from the RT-TM4C1294-LAUNCHPAD demo.

EDIT: The 'vannilla' version should be working out of the box. I compiled it with GCC version 4.7.4. What compiler are you using?

Re: Timers & TIVA port

Posted: Fri Dec 12, 2014 11:17 am
by autoscatto
The attached .bin works.

The demo also works on gcc 4.8.3 20140820. The problem persists only in our silly port for 2.6.

Re: Timers & TIVA port

Posted: Fri Dec 12, 2014 11:26 am
by Giovanni
Why don't just drop 2.6? 3.0 is perfectly fine and nearing release.

Giovanni