ingchips / ING918XX_SDK_SOURCE

ING918XX/ING916XX SDK source code: bundle apis, examples and tools.
Apache License 2.0
15 stars 15 forks source link

keil开优化等级后发现916的adc delayloop功能受限 #250

Closed Inchips-zb closed 5 months ago

Inchips-zb commented 5 months ago

define ADC_MK_MASK(b) ((ADC_LEFT_SHIFT(1, b)) - (1))

当ADC_MK_MASK(32) 时候,编译器会任务数据溢出(ps:编译器默认数据类型为int)

zjli-2019 commented 5 months ago

fixed in #249