Adjusted base address to work with i2c bootloader
This commit is contained in:
parent
9fe45800ef
commit
a6c4565434
2
Makefile
2
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]
|
||||
##########################################################################################################################
|
||||
|
||||
# ------------------------------------------------
|
||||
|
|
|
@ -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 */
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user