Chibios ADC setup for ATSAM3S

ChibiOS public support forum for all topics not covered by a specific support forum.

Moderators: RoccoMarco, lbednarz, utzig, tfAteba, barthess

admatthews
Posts: 1
Joined: Wed Mar 13, 2019 1:49 am

Chibios ADC setup for ATSAM3S

Postby admatthews » Wed Mar 13, 2019 2:03 am

This is my first attempt at using ChibiOS (any RTOS for that matter), so please bare with me. I am looking for support on how to get the ADC configured to simply read the voltage of a proximity sensor. I am using a Matrix Creator board, which contains a ATSAM3S2C MCU running ChibiOS (kernel 2.4.2). I have been digging through the source files and found the adc_lld template files. Do I need to write my ads_lld.c file for my specific MCU? Or Does ChibiOS already have some code developed to setup the ADC? Any help is greatly appreciated!

User avatar
Giovanni
Site Admin
Posts: 14455
Joined: Wed May 27, 2009 8:48 am
Location: Salerno, Italy
Has thanked: 1076 times
Been thanked: 922 times
Contact:

Re: Chibios ADC setup for ATSAM3S

Postby Giovanni » Wed Mar 13, 2019 8:31 am

Hi,

That is a quite old ChibiOS version, currently there is no support for SAM3S and I was not aware that somebody created a port.

Creating an HAL is a non trivial effort but you are correct, you need to provide the LLDs to make driver works. There are templates under /os/hal/templates, you may use the STM32 port as a reference /os/hal/ports/STM32/LLD.

Giovanni


Return to “General Support”

Who is online

Users browsing this forum: No registered users and 9 guests