Search found 2 matches

by cgulick
Mon May 16, 2022 10:35 pm
Forum: IDE's
Topic: Selecting CORE_CM4 or CORE_CM7
Replies: 5
Views: 6489

Re: Selecting CORE_CM4 or CORE_CM7

Tools settings
Board = "Generic STM32H7 Series
Board Part Number = Generic H747IITx

Sketch is
void setup() {
// put your setup code here, to run once:

}

void loop() {
// put your main code here, to run repeatedly:

}

Error is
C:\Users\chrgul\AppData\Local\Arduino15\packages\STMicroelectronics ...
by cgulick
Wed Mar 23, 2022 4:14 pm
Forum: IDE's
Topic: Selecting CORE_CM4 or CORE_CM7
Replies: 5
Views: 6489

Selecting CORE_CM4 or CORE_CM7

Hello,
In the arduino IDE how do I define the core for the stm32H747 series. I am getting this error message.
#error Please #define CORE_CM4 or CORE_CM7.

Thank you

Go to advanced search