Search found 3 matches
- Fri Feb 14, 2020 7:09 am
- Forum: Projects
- Topic: [Solved] TFT LCD on Nucleo64-F303 + problems...
- Replies: 13
- Views: 15138
Re: TFT LCD on Nucleo64-F303 + problems...
To be able to use the HAL for ADC you have to disable the high level Arduino API which use it to avoid any issue.
To achieve this I simply disable the HAL ADC usage by the arduino API by defining -DHAL_ADC_MODULE_ONLY in build_opt.h file.
In stm32duino i can use HAL instead of plain arduino ...
- Fri Feb 14, 2020 5:40 am
- Forum: Projects
- Topic: [Solved] TFT LCD on Nucleo64-F303 + problems...
- Replies: 13
- Views: 15138
Re: TFT LCD on Nucleo64-F303 + problems...
Arduino itself is a hardware abstraction layer above stm32/avr. If you want faster adc, you must write library yourself.
AFAIK
AFAIK

- Wed Feb 12, 2020 8:37 am
- Forum: Let us know a bit about you and your projects
- Topic: Greetings from Siberia!
- Replies: 1
- Views: 3094
Greetings from Siberia!
Hello, guys.
I work in Tomsk State Unviersity of Control Systems and Radioelectronics.
Now i have a project - to build Arduino-compatible board on russian ARM-clone K1986BE92QI (and, maybe, K1986BE1QI).
Project will be opensource, free for use, free for anything.
Now we made 4 working boards ...
I work in Tomsk State Unviersity of Control Systems and Radioelectronics.
Now i have a project - to build Arduino-compatible board on russian ARM-clone K1986BE92QI (and, maybe, K1986BE1QI).
Project will be opensource, free for use, free for anything.
Now we made 4 working boards ...