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 modified from STM32F303V(B-C)T processor ( I can see it in IDE and compilation is working ).
1, I just copied and renamed all files from
C:\Users\xxx\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.4.0\variants\STM32F3xx\F302V(B-C)T
directory, to new
C:\Users\xxx\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.4.0\variants\STM32F3xx\F373V(B-C)T
directory an renamed 303 to 373
2, I modified boards.txt in
C:\Users\xxx\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.4.0
adding info from boards_entry.txt in F373V(B-C)T directory
3, modified README.md in
C:\Users\xxx\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.4.0
adding one line for new processor.
Close and open again Arduino IDE 2.0.3.
Nothing changed
