Search found 38 matches

by charlesrwest
Thu Nov 09, 2023 3:48 pm
Forum: Bug Reports
Topic: Support for STM32G0B1 Topic is solved
Replies: 43
Views: 14724

Re: Support for STM32G0B1 Topic is solved

Thank you. I have verified that the TIM3, TIM4 PWM channels are working as expected on my board. I cannot reproduce the PF3-4 PAL_MODE_INPUT_PULLUP causing crash bug in an isolated example based on the example in the trunk, so it was probably a mess up on my side (apologies). I will keep digging. Th...
by charlesrwest
Tue Nov 07, 2023 3:28 pm
Forum: Bug Reports
Topic: Support for STM32G0B1 Topic is solved
Replies: 43
Views: 14724

Re: Support for STM32G0B1 Topic is solved

Certainly. For reference, the RT-STM32G0B1RE-NUCLEO64 demo exhibits this behavior. With a fresh copy and the only change being the ChibiOS directory path it compiles fine. egrep: warning: egrep is obsolescent; using grep -E grep: warning: stray \ before # egrep: warning: egrep is obsolescent; using ...
by charlesrwest
Tue Nov 07, 2023 12:51 am
Forum: Bug Reports
Topic: Support for STM32G0B1 Topic is solved
Replies: 43
Views: 14724

Re: Support for STM32G0B1 Topic is solved

Apologies. It looks like what I thought was an a pristine example folder was not. Once I recopied the folder the blinking example worked (bit of egg on my face there). Once that was established I moved my development over to the STM32G0B1VET6 that's on my custom PCB. I have observed the following: 1...
by charlesrwest
Mon Oct 09, 2023 7:16 pm
Forum: Bug Reports
Topic: Support for STM32G0B1 Topic is solved
Replies: 43
Views: 14724

Re: Support for STM32G0B1 Topic is solved

Thank you.

That binary loads and blinks, so it must be somewhere in the compilation chain. I will try to track it down. Sorry for the trouble and thanks again.
by charlesrwest
Mon Oct 09, 2023 1:54 pm
Forum: Bug Reports
Topic: Support for STM32G0B1 Topic is solved
Replies: 43
Views: 14724

Re: Support for STM32G0B1 Topic is solved

That's great news. Thank you.

If I may ask, is there any chance I could get the binary you loaded and the address you loaded it to? It would be extremely useful for figuring out where things are going wrong.
by charlesrwest
Wed Oct 04, 2023 2:09 am
Forum: Bug Reports
Topic: Support for STM32G0B1 Topic is solved
Replies: 43
Views: 14724

Re: Support for STM32G0B1 Topic is solved

It didn't work with the arm-gnu-toolchain-12.3.rel1-x86_64-arm-none-eabi from Arm's site either.
by charlesrwest
Mon Oct 02, 2023 6:57 pm
Forum: Bug Reports
Topic: Support for STM32G0B1 Topic is solved
Replies: 43
Views: 14724

Re: Support for STM32G0B1 Topic is solved

I will go ahead and do that. If that doesn't resolve the issue, I will go ahead and open a new ticket (you mentioned reopening a new ticket previously).

I have a spare Nucleo-G0B1RE and would be more than happy to send it to you or send a new one from STM. Could you PM me the address to send it to?
by charlesrwest
Sun Oct 01, 2023 8:37 pm
Forum: Bug Reports
Topic: Support for STM32G0B1 Topic is solved
Replies: 43
Views: 14724

Re: Support for STM32G0B1 Topic is solved

If I may ask, is the RT-STM32G0B1RE-NUCLEO64 demo expected to work? I just tried it with the NUCLEO-G0B1RE and the light stopped flashing once the install occurred. ChibiOS: ChibiOS_21.11.3 Project: RT-STM32G0B1RE-NUCLEO64 GCC: gcc-arm-none-eabi-bin (Arch package) Flash command: st-flash --reset era...
by charlesrwest
Sun Sep 03, 2023 3:19 am
Forum: Bug Reports
Topic: Support for STM32G0B1 Topic is solved
Replies: 43
Views: 14724

Re: Support for STM32G0B1 Topic is solved

I'm running into some errors that seem like they might be bugs. If you take the RT-STM32G0B1RE-NUCLEO64 demo and enable PWM (HAL_USE_PWM -> TRUE, STM32_PWM_USE_TIM1 -> TRUE, STM32_PWM_USE_TIM3 -> TRUE, STM32_PWM_USE_TIM4 -> TRUE), then you get the following error: In file included from ../../../os/h...
by charlesrwest
Fri Sep 01, 2023 2:56 am
Forum: Bug Reports
Topic: Support for STM32G0B1 Topic is solved
Replies: 43
Views: 14724

Re: Support for STM32G0B1 Topic is solved

I'm trying to get up and running with Chibios on a STM32G0B1VET6. Currently I'm trying to port the RT-STM32G0B1RE-NUCLEO64 demo so that it can run on the STM32G0B1VET6/my board. I'm using a 8 MHz osc (just like the dev board), so no issues there. I ask ChatGPT what I need to do and it gave the follo...

Go to advanced search