Search found 22 matches
- Fri Feb 24, 2023 7:54 am
- Forum: General discussion
- Topic: Adding STM32F373VCT to STM32 variants for ArduinoIDE
- Replies: 13
- Views: 4125
Re: Adding STM32F373VCT to STM32 variants for ArduinoIDE
Well... I`m not very familiar with low-level programming, however: the reason I`m playing with STM32F373 is, that I need to replace Teensy 3.2 ( which is not available for this year ), and it has a lot of 16-bit adc channels. So for me it seems in some way it`s possible to have 16-bit adc in Arduino ...
- Thu Feb 23, 2023 2:04 pm
- Forum: General discussion
- Topic: Adding STM32F373VCT to STM32 variants for ArduinoIDE
- Replies: 13
- Views: 4125
Re: Adding STM32F373VCT to STM32 variants for ArduinoIDE
And that`s the reason, why You can`t drink coffee? OK, if You reconsider it, my offer is still valid. :roll: So if You can help with another issue: analog read 16- bit resolution. As I`m testing it, in ArduinoIDE STM32F373 has only 12- bit resolution, nevertheless I choose analogReadResolution(16 ...
- Thu Feb 23, 2023 12:28 pm
- Forum: General discussion
- Topic: Adding STM32F373VCT to STM32 variants for ArduinoIDE
- Replies: 13
- Views: 4125
Re: Adding STM32F373VCT to STM32 variants for ArduinoIDE
It`s working, great thanks for help.
If You have account on buymeacoffee give me the link, I will buy You a coffee
If You have account on buymeacoffee give me the link, I will buy You a coffee
- Thu Feb 23, 2023 9:53 am
- Forum: General discussion
- Topic: Adding STM32F373VCT to STM32 variants for ArduinoIDE
- Replies: 13
- Views: 4125
Re: Adding STM32F373VCT to STM32 variants for ArduinoIDE
Thanks. Sorry for maybe stupid questions, but I`m not familiar with such things :( So the step-by-step it will be: 1, run CubeMX 2, configure pinout for external 8MHz HSE and 32kHz LSE ( would be fine to have also LSE with external crystal for better stability ) 3, add USB 4, solve clock ...
- Thu Feb 23, 2023 9:10 am
- Forum: General discussion
- Topic: Adding STM32F373VCT to STM32 variants for ArduinoIDE
- Replies: 13
- Views: 4125
Re: Adding STM32F373VCT to STM32 variants for ArduinoIDE
...I've simply added the board entry of the STM32V373V in the boards.txt and it appears properly... Thanks. I deinstalled that repo and reinstall it. After adding lines to boards.txt I can see it in menu ( miracles hapens :shock: ). Question: In manual I`ve mentioned above is declared, that as ...
- Wed Feb 22, 2023 10:27 am
- Forum: General discussion
- Topic: Adding STM32F373VCT to STM32 variants for ArduinoIDE
- Replies: 13
- Views: 4125
Re: Adding STM32F373VCT to STM32 variants for ArduinoIDE
I`m trying to run STM32F373VCT processor from this repo: https://github.com/stm32duino/Arduino_Core_STM32 There is already in Generic F3 series directory for STM32F373VCT, but in IDE I can see only few of F3 processors ( ... 358, 378 ), but not 373. In attachment are my "fake STM32F373VCT" files ...
- Wed Feb 22, 2023 9:35 am
- Forum: General discussion
- Topic: Adding STM32F373VCT to STM32 variants for ArduinoIDE
- Replies: 13
- Views: 4125
Re: Adding STM32F373VCT to STM32 variants for ArduinoIDE
I of course reloaded IDE. And of course I could made an error. However: when I made "fake STM32F373" from existing 303V(B-C)T processor IDE also didn`t change the list of useable boards. It looks like after modifying all files it`s necessary in some way to "refresh" board list for Arduino IDE. Just ...
- Tue Feb 21, 2023 9:10 am
- Forum: General discussion
- Topic: Adding STM32F373VCT to STM32 variants for ArduinoIDE
- Replies: 13
- Views: 4125
Adding STM32F373VCT to STM32 variants for ArduinoIDE
Hi, I tried to add above mentioned processor to STM32 variants in Arduino IDE 2.0.3 according this manual https://github.com/stm32duino/wiki/wiki/Add-a-new-variant-%28board%29 but I can see no additional board part number in Generic STM32F3 series :? I created all files, modified boards.txt and ...
- Mon Oct 05, 2020 3:55 pm
- Forum: STM32F4 based boards
- Topic: Continued issues with WeAct STM32F411
- Replies: 11
- Views: 19370
- Mon Oct 05, 2020 1:27 pm
- Forum: STM32F4 based boards
- Topic: Continued issues with WeAct STM32F411
- Replies: 11
- Views: 19370
Re: Continued issues with WeAct STM32F411
https://www.arduino.cc/reference/en/language/functions/zero-due-mkr-family/analogwriteresolution/ analogWriteResolution(16); analogWrite(PYn, value); Thanks for tip, but analogWriteResolution(16) doesn`t work, it "remap" 16-bit to 12-bit resolution on my board... :cry: ( I hope, I`m not wrong, that ...