diff --git a/Makefile b/Makefile index f8624b8..4cc367f 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ########################################################################################################################## -# File automatically-generated by tool: [projectgenerator] version: [3.11.2] date: [Fri Feb 05 00:10:45 CET 2021] +# File automatically-generated by tool: [projectgenerator] version: [3.11.2] date: [Tue Feb 09 18:45:25 CET 2021] ########################################################################################################################## # ------------------------------------------------ diff --git a/STM32F103C8Tx_FLASH.ld b/STM32F103C8Tx_FLASH.ld index 89c27c0..b13a22f 100644 --- a/STM32F103C8Tx_FLASH.ld +++ b/STM32F103C8Tx_FLASH.ld @@ -62,7 +62,7 @@ _Min_Stack_Size = 0x400; /* required amount of stack */ MEMORY { RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 20K -FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 64K +FLASH (rx) : ORIGIN = 0x8004C00, LENGTH = 64K } /* Define output sections */ diff --git a/keyboard.ioc b/keyboard.ioc index a414be2..6a15095 100644 --- a/keyboard.ioc +++ b/keyboard.ioc @@ -37,7 +37,7 @@ PD1-OSC_OUT.Signal=RCC_OSC_OUT PA13.Signal=SYS_JTMS-SWDIO Mcu.IP4=SYS Mcu.IP5=USART1 -I2C1.IPParameters=OwnAddress +I2C1.IPParameters=OwnAddress,NoStretchMode NVIC.SVCall_IRQn=true\:0\:0\:false\:false\:true\:false\:false Mcu.IP2=RCC Mcu.IP3=SPI1 @@ -83,6 +83,7 @@ ProjectManager.LastFirmware=true ProjectManager.FirmwarePackage=STM32Cube FW_F1 V1.8.3 MxDb.Version=DB.6.0.10 RCC.APB2Freq_Value=8000000 +I2C1.NoStretchMode=I2C_NOSTRETCH_ENABLE ProjectManager.BackupPrevious=false MxCube.Version=6.1.1 PC14-OSC32_IN.Mode=LSE-External-Oscillator