- Sun Mar 24, 2024 7:35 pm
#67625
Oops, I am deeply sorry I didn't enable notification and have been pretty busy for the last month so I only saw you answered now.
At the time I had just changed computers so I was on a fresh windows install but for some reason I kept my old .platformio folder and some things got corrupted along the way (I figured this out yesterday while building an esp32 example from a random library),I did a fresh install of VSCode (I deleted the old .platformio folder obviously) to correct this.
The latest master is now reported to be 202405 and to keep things simple I am using the stock build flags (I also tried disabling USB to connect via RS232 PA9,PA10 but it won't work), this version builds just fine but won't connect to TS (Connection Type : RS232 Serial Interface, the selected COM Port is the same as my STM32 and baud rate is set to 115200), doing a "Test Port" makes TS act weird (it hangs there and takes a long time to close afterwards unless I use the "Detect" function).
With the fresh install 202402 now builds just fine but does the exact same thing with TS.
I tried older releases but they won't build, I am deeply confused because everything is fresh, I haven't changed anything and it did work at one point, maybe an update to a library broke something ?
They build just fine with the Arduino IDE and I can get them to work over RS232 if I disable USB but that doesn't work one newer releases for some reason.
What would you suggest I try ? Also do you know what the build flags should be to use RS232 in the latest release ?
(Only -DHAL_PCD_MODULE_ENABLED, -DUSBCON and -DUSBD_USE_CDC should be removed if I recall)
At the time I had just changed computers so I was on a fresh windows install but for some reason I kept my old .platformio folder and some things got corrupted along the way (I figured this out yesterday while building an esp32 example from a random library),I did a fresh install of VSCode (I deleted the old .platformio folder obviously) to correct this.
The latest master is now reported to be 202405 and to keep things simple I am using the stock build flags (I also tried disabling USB to connect via RS232 PA9,PA10 but it won't work), this version builds just fine but won't connect to TS (Connection Type : RS232 Serial Interface, the selected COM Port is the same as my STM32 and baud rate is set to 115200), doing a "Test Port" makes TS act weird (it hangs there and takes a long time to close afterwards unless I use the "Detect" function).
With the fresh install 202402 now builds just fine but does the exact same thing with TS.
I tried older releases but they won't build, I am deeply confused because everything is fresh, I haven't changed anything and it did work at one point, maybe an update to a library broke something ?
They build just fine with the Arduino IDE and I can get them to work over RS232 if I disable USB but that doesn't work one newer releases for some reason.
What would you suggest I try ? Also do you know what the build flags should be to use RS232 in the latest release ?
(Only -DHAL_PCD_MODULE_ENABLED, -DUSBCON and -DUSBD_USE_CDC should be removed if I recall)