- Posts: 19
libopencm3 issue (bug fix)
- Eriskio
- Topic Author
- Offline
Less
More
11 Oct 2012 09:38 - 11 Oct 2012 10:13 #2158
by Eriskio
libopencm3 issue (bug fix) was created by Eriskio
Hello,
I built the libopencm3 (file: libopencm3-libopencm3-2b8fbfc.zip) and it seems that the function:
adc_enable_discontinuous_mode_regular(u32 adc, u8 length);
has changed because in the Devo8 project (file ./target/common_devo/adc.c) it is called (and named) differently:
adc_enable_discontinous_mode_regular(u32 adc);
(note discontinUous (right) instead of discontinous (wrong))
so the project doesn't build.
But could be that I have the wrong version/build of library.
Someone can help me?
Thank you
I built the libopencm3 (file: libopencm3-libopencm3-2b8fbfc.zip) and it seems that the function:
adc_enable_discontinuous_mode_regular(u32 adc, u8 length);
has changed because in the Devo8 project (file ./target/common_devo/adc.c) it is called (and named) differently:
adc_enable_discontinous_mode_regular(u32 adc);
(note discontinUous (right) instead of discontinous (wrong))
so the project doesn't build.
But could be that I have the wrong version/build of library.
Someone can help me?
Thank you
Last edit: 11 Oct 2012 10:13 by Eriskio.
Please Log in or Create an account to join the conversation.
- Eriskio
- Topic Author
- Offline
Less
More
- Posts: 19
11 Oct 2012 10:24 #2159
by Eriskio
Replied by Eriskio on topic libopencm3 issue (bug fix)
Confirmed: the adc.c and adc.h was changed on Sept. 24:
https://github.com/ksarkies/libopencm3/commit/40dd2462e9abfbf24a9ffa4ddc497fad0e34065f
https://github.com/ksarkies/libopencm3/commit/40dd2462e9abfbf24a9ffa4ddc497fad0e34065f
Please Log in or Create an account to join the conversation.
- vlad_vy
- Offline
Less
More
- Posts: 3333
11 Oct 2012 10:50 #2160
by vlad_vy
Replied by vlad_vy on topic libopencm3 issue (bug fix)
You can search forum about libopencm3 issues. Maybe this will help:
www.deviationtx.com/forum/6-general-disc...h-the-latest-opencm3
www.deviationtx.com/forum/6-general-disc...h-the-latest-opencm3
Please Log in or Create an account to join the conversation.
- suvsuv
- Offline
Less
More
- Posts: 268
11 Oct 2012 15:59 #2168
by suvsuv
Replied by suvsuv on topic libopencm3 issue (bug fix)
Do not use the latest version of libopencm3 which keeps updating and is currently unstable.
Here are another thread talking about the solution:
www.deviationtx.com/forum/3-feedback-que...does-not-work-for-me
Here are another thread talking about the solution:
www.deviationtx.com/forum/3-feedback-que...does-not-work-for-me
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
Less
More
- Posts: 4402
11 Oct 2012 16:12 #2170
by PhracturedBlue
Replied by PhracturedBlue on topic libopencm3 issue (bug fix)
I've updated the README accordingly
Please Log in or Create an account to join the conversation.
Time to create page: 0.039 seconds
- Home
- Forum
- News, Announcements and Feedback
- Feedback & Questions
- libopencm3 issue (bug fix)