-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
Hi !
I'm adding an empty project to the WeAct MiniSTM32H723VGTX board and getting this error when compiling the sketch
`void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}
C:\Users\Admin\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.12.0\libraries\SrcWrapper\src\stm32\hw_config.c:30:9: note: '#pragma message:
Configure the system power supply according to the
definition to be used at compilation preprocessing level.
The application shall set one of the following configuration option:
- USE_PWR_LDO_SUPPLY
- USE_PWR_DIRECT_SMPS_SUPPLY
- USE_PWR_EXTERNAL_SOURCE_SUPPLY
- USE_PWR_SMPS_1V8_SUPPLIES_LDO
- USE_PWR_SMPS_2V5_SUPPLIES_LDO
- USE_PWR_SMPS_1V8_SUPPLIES_EXT_AND_LDO
- USE_PWR_SMPS_2V5_SUPPLIES_EXT_AND_LDO
- USE_PWR_SMPS_1V8_SUPPLIES_EXT
- USE_PWR_SMPS_2V5_SUPPLIES_EXT
'
30 | #pragma message "\n
`
If I change the board to another one WeAct MiniSTM32H743VITX - The sketch compiles without warnings or errors
Can you fix it for the board WeAct MiniSTM32H723VG ?
Metadata
Metadata
Assignees
Labels
Type
Projects
Status