Search found 16 matches

by Bulek44
Fri Nov 03, 2023 7:12 pm
Forum: General discussion
Topic: Adding files from BSP packages from ST to project ?
Replies: 0
Views: 6658

Adding files from BSP packages from ST to project ?

Hello,

we would like to include parts of BSP package for STM32H750 board, to include touchscreen and other support from BSP package, released for this board by ST.

Any advice or pointers to more info how to do this properly ?

Thanks in advance.
by Bulek44
Mon Oct 16, 2023 7:53 am
Forum: General discussion
Topic: Any inline assembler tutorial?
Replies: 5
Views: 4496

Any inline assembler tutorial?

Hello, we would love to read more about how inline assembler can be properly used under Arduino for STM32. For example, how to write/read from existing variables and other ways of cooperation with generic code in IDE. Also any examples would help a lot. Are there any general tutorials that can be ap...
by Bulek44
Sat Oct 07, 2023 7:25 am
Forum: General discussion
Topic: STM32H750B-DK - How well supported ?
Replies: 19
Views: 25692

Re: STM32H750B-DK - How well supported ?

Thanks,

exactly this I was doing wrong... Generic worked, and then I tried to add as custom board, and there I need to put much more details
to get it to work ..

For now, generic support works and I'll add needed details also as a custom board.

Regards,
Bulek.
by Bulek44
Fri Oct 06, 2023 12:01 pm
Forum: General discussion
Topic: STM32H750B-DK - How well supported ?
Replies: 19
Views: 25692

Re: STM32H750B-DK - How well supported ?

Hello, thanks for help, another step forward... I now get this output : FQBN: STMicroelectronics:stm32:Disco Using board 'Disco' from platform in folder: C:\Users\Uporabnik\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0 Using core 'arduino' from platform in folder: C:\Users...
by Bulek44
Fri Oct 06, 2023 10:21 am
Forum: General discussion
Topic: STM32H750B-DK - How well supported ?
Replies: 19
Views: 25692

Re: STM32H750B-DK - How well supported ?

I've not tried it: search in boards.txt an example. Nucleo_144.menu.pnum.NUCLEO_F722ZE.build.mcu=cortex-m7 hence add that Board_XXYY.build.mcu=cortex-m7 for your entry in boards.txt to see if it helps Hello, thanks for hint... That got me a bit further... I get this now : FQBN: STMicroelectronics:s...
by Bulek44
Fri Oct 06, 2023 7:36 am
Forum: General discussion
Topic: STM32H750B-DK - How well supported ?
Replies: 19
Views: 25692

Re: STM32H750B-DK - How well supported ?

Hello, I guess something updated, because I had to repeat the procedure and now I get this error : FQBN: STMicroelectronics:stm32:Disco:opt=o0std,upload_method=swdMethod Using board 'Disco' from platform in folder: C:\Users\Uporabnik\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32...
by Bulek44
Sun Oct 01, 2023 9:55 pm
Forum: General discussion
Topic: STM32H750B-DK - How well supported ?
Replies: 19
Views: 25692

Re: STM32H750B-DK - How well supported ?

Update: LED blinking works... Steps needed : - to "reload" boards.txt user data cache needs to be deleted mine was here : C:\Users\UserName\AppData\Roaming\arduino-ide - script.ld was missing - have added one from CubeIDE project for this board Now LED blinking works... Will dig futher and...
by Bulek44
Sun Oct 01, 2023 9:37 pm
Forum: General discussion
Topic: STM32H750B-DK - How well supported ?
Replies: 19
Views: 25692

Re: STM32H750B-DK - How well supported ?

Thanks for info, have read the document... It's about adding Generic variants (boards are "in construction"). If I have understood right : 1. I've copied # Generic H750XBHx GenH7.menu.pnum.GENERIC_H750XBHX=Generic H750XBHx GenH7.menu.pnum.GENERIC_H750XBHX.upload.maximum_size=131072 GenH7.m...
by Bulek44
Sun Oct 01, 2023 2:58 pm
Forum: General discussion
Topic: STM32H750B-DK - How well supported ?
Replies: 19
Views: 25692

Re: STM32H750B-DK - How well supported ?

Hello, thanks for the hint... I'm getting closer... Sorry for my newbie questions, but would kindly ask for a short answer. The files you have pointed to me are already in generic variant folder Arduino_Core_STM32/variants/STM32H7xx /H742X(G-I)H_H743X(G-I)H_H745X(G-I)H_H747X(G-I)H_H750XBH_H753XIH_H7...
by Bulek44
Sun Oct 01, 2023 1:12 pm
Forum: General discussion
Topic: STM32H750B-DK - How well supported ?
Replies: 19
Views: 25692

Re: STM32H750B-DK - How well supported ?

Hello, I've tried to debug and it seems that something is wrong with definitions of pins... I've chosen one of Generic H750 boards, but they all seem to be variants with less pins than mine (STM32H750XB - X has 240 balls). On board, two user LEDS are on PI-13 and PJ-2 pins... When I debug this part,...

Go to advanced search