victorpv

Results 24 comments of victorpv

I have compiled for RC and RE board successfully on older versions of the core (used one of those to write the very first version of the stm32f1 marlin HAL...

Have you tried the RC MCU option to see if that works or not?

That's some progress, I believe that takes care on initializing memory for object instances. Most likely failing to initialize a peripheral that's different betweenthe RB andRE versions. Can you try...

BTW if you have one of those super cheap ST-Link clones, it can be turned into a **j-link,** and then use Ozone to debug which is awesome.

Seems like you are having a hard fault. I did confirm I wrote the i2s and sdio drivers for that core on STM32F103RET6 boards. From the date of the folder...

Ok, this was fast. I downloaded the current core, zip file from github, uncompressed, and changed my SDIO project to use that core. Set the MCU to STM32F103RE, use stm32duino...

Remember to download the core again, since I tested with the version from today and you opened the issue last month, so perhaps something got fixed in between.

There is, in line 126. It's weird it's crashing when seeing the adcs because I compiled for the RE with the latest code and the init completed right. If I...

So the ID is matching for an RE MCU. I am honestly running out of ideas. Do you have a second board to test?

Can you upload your bin somewhere? I can test flashing it to my board to confirm if it does the same.