-
I am trying to see if below statement applies to my STM32F072RB,
> On the stm32f103c, you can omit the sacrificial pin, and an internal grounded ADC channel can be used. If your STM32F1 MCU has such …
-
AC632N_datasheet 中有 ADC 寄存器说明.
其他 CPU 系类 ( AC636N ) 的ADC 寄存器是一样的吗?
LSB 时钟 通过 clk_get("lsb")获取,LSB 时钟 不同系列最高不同?
AC6328A 最高 96/2 = 48 MHz ?
AC6369F 最高 160/2 = 80 MHz ?
其时钟最大不可超过 1MHz, 那如果 ADC…
-
Sorry for putting this in issues - there is no discussion section.
The current ADC daughter board I make has 12 bit resolution. Is 10 or 8 bit resolution acceptable? When I started out I assumed t…
-
Same IR as https://github.com/llvm/llvm-project/issues/103841 but applied to Aarch64 as an alternative to https://github.com/llvm/llvm-project/issues/103717
Unlike x86 there is always an extra inst…
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…
ONLYA updated
3 months ago
-
I'm surprised there is no function in Arduino suite that returns ADC's resolution (in bits), or maximal value that cane be read from `analogRead()`.
Having such function will allow writing a more c…
-
I have read through your code, and that certainly is a lot of work! I think most of the code is fine and neat, but I still have one small question about the foreground ISR part.
In the highlighted …
-
The block diagram on the front page lists a 6-channel ADC as being one of the features, and there are RTL files that appear to implement a SAR-ADC. However, there are multiple places that state that t…
-
**Is your enhancement proposal related to a problem? Please describe.**
Each time a board is configured with ADC support, a change is required in `tests/drivers/adc/adc_api/src/test_adc.c`
See:
htt…
-
This is a follow-up to my quest to do efficient cross-ISA modular arithmetic for cryptography and finding a workaround to #102062
Ignoring the loads/stores, the following LLVM IR is optimized into …