Jim Larson
Jim Larson
Thank you for your improvements to my request, fpistm! I appreciate it greatly. Any idea on a time line for this? Thanks!
This is amazing! I can' imagine how you were able to do this so quickly!! Of course I will gladly test your work on my STM32U073KB. I've read the instructions...
Obviously, I'm not the GIT pro that you are, so let me make my question very clear. In the wiki entry for "Using git repository", Step 3 says I should...
Hmm. That last posting didn't come through very clearly. I'm very sorry for that, although I don't know exactly what caused it. The wiki reference should have been git clone...
Following the instructions, I deleted the 2.8.1 files that I had and cloned the latest version. When I started Arduino, I do not see any STM board choice that is...
I'm trying real hard to follow your instructions. Here's what I did. You'll have a good laugh at my git newbee errors! First, I tried to clone your repository. I...
Actually, I did git clone https://github.com/fpistm/Arduino_Core_STM32 2,8,1 The rest is correct.
Progress! This command did it. git clone --single-branch --branch STM32CubeU0_addition https://github.com/fpistm/Arduino_Core_STM32.git 2.8.1 I fired up Arduino and there is now a generic STM32U0 board type! Of course, it's never quite...
OK, I did some more poking around in variants directory and found the U073KBU variant! I think a little work on the boards file will get this working for now.
Happy Dance time! My STM32U073KBU board blinks a led! Here's what I had to do: - must use arduino-cli. The Arduino ide doesn't see any 073 boards except the R...