In rcc.c
static const struct rcc_dev_info rcc_dev_table[] = {
...
[RCC_DAC] = { .clk_domain = APB1, .line_num = 9 }
must be
[RCC_DAC] = { .clk_domain = APB1, .line_num = 29 }
In rcc.c
static const struct rcc_dev_info rcc_dev_table[] = {
...
[RCC_DAC] = { .clk_domain = APB1, .line_num = 9 }
must be
[RCC_DAC] = { .clk_domain = APB1, .line_num = 29 }
hi x893,
thanks for the report. i've filed a ticket:
http://code.google.com/p/leaflabs/issues/detail?id=51
as mentioned in another reply to you, we're targeting the critical bugs for now, but will be addressing other issues as soon as we can.
fixed in https://github.com/leaflabs/libmaple/commit/5ea4b565153b5a9cab773b7c9c15b587aa4ff9d8
thanks!
You must log in to post.