use external osc

not using pll for now, having some problems with that
This commit is contained in:
2025-04-17 14:20:17 +02:00
parent 2142675edf
commit 153fd8faf4
3 changed files with 73 additions and 51 deletions

View File

@@ -1,5 +1,5 @@
##########################################################################################################################
# File automatically-generated by tool: [projectgenerator] version: [4.2.0-B44] date: [Thu Apr 17 13:34:09 CEST 2025]
# File automatically-generated by tool: [projectgenerator] version: [4.2.0-B44] date: [Thu Apr 17 14:18:12 CEST 2025]
##########################################################################################################################
# ------------------------------------------------
@@ -55,7 +55,7 @@ Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_pwr_ex.c \
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_cortex.c \
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal.c \
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_exti.c \
Src/system_stm32g0xx.c
Src/system_stm32g0xx.c
# ASM sources
ASM_SOURCES = \
@@ -189,10 +189,14 @@ $(BUILD_DIR):
#######################################
clean:
-rm -fR $(BUILD_DIR)
program: clean all
#gdb-multiarch bin/stm32_executable.elf -ex "target extended-remote :3333" -ex "monitor rtt stop" -ex "load" -ex "b main" -ex "c" -ex "n" -ex "monitor rtt start" -ex "detach" -ex "exit"
gdb-multiarch build/Parafraktor.elf -ex "target extended-remote :2331" -ex "load" -ex "monitor reset" -ex "monitor go" -ex "detach" -ex "exit"
#######################################
# dependencies
#######################################
-include $(wildcard $(BUILD_DIR)/*.d)
# *** EOF ***
# *** EOF ***