Initial comit
This commit is contained in:
commit
59025a5717
2 changed files with 108 additions and 0 deletions
11
.gitignore
vendored
Normal file
11
.gitignore
vendored
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
Release/
|
||||||
|
Debug/
|
||||||
|
.ino.cpp
|
||||||
|
*.d
|
||||||
|
*.bak
|
||||||
|
*.tmp
|
||||||
|
*.stl
|
||||||
|
.settings/
|
||||||
|
Debug_AVaRICE/
|
||||||
|
.metadata/
|
||||||
|
**/.idea/workspace.xml
|
97
NeoPixelF103MVP.ioc
Normal file
97
NeoPixelF103MVP.ioc
Normal file
|
@ -0,0 +1,97 @@
|
||||||
|
#MicroXplorer Configuration settings - do not modify
|
||||||
|
File.Version=6
|
||||||
|
KeepUserPlacement=false
|
||||||
|
Mcu.Family=STM32F1
|
||||||
|
Mcu.IP0=NVIC
|
||||||
|
Mcu.IP1=RCC
|
||||||
|
Mcu.IP2=SYS
|
||||||
|
Mcu.IPNb=3
|
||||||
|
Mcu.Name=STM32F103C(8-B)Tx
|
||||||
|
Mcu.Package=LQFP48
|
||||||
|
Mcu.Pin0=PC13-TAMPER-RTC
|
||||||
|
Mcu.Pin1=PC14-OSC32_IN
|
||||||
|
Mcu.Pin2=PC15-OSC32_OUT
|
||||||
|
Mcu.Pin3=PD0-OSC_IN
|
||||||
|
Mcu.Pin4=PD1-OSC_OUT
|
||||||
|
Mcu.Pin5=PB11
|
||||||
|
Mcu.Pin6=PA13
|
||||||
|
Mcu.Pin7=PA14
|
||||||
|
Mcu.Pin8=VP_SYS_VS_Systick
|
||||||
|
Mcu.PinsNb=9
|
||||||
|
Mcu.ThirdPartyNb=0
|
||||||
|
Mcu.UserConstants=
|
||||||
|
Mcu.UserName=STM32F103C8Tx
|
||||||
|
MxCube.Version=4.27.0
|
||||||
|
MxDb.Version=DB.4.0.270
|
||||||
|
NVIC.BusFault_IRQn=true\:0\:0\:false\:false\:true\:false
|
||||||
|
NVIC.DebugMonitor_IRQn=true\:0\:0\:false\:false\:true\:false
|
||||||
|
NVIC.HardFault_IRQn=true\:0\:0\:false\:false\:true\:false
|
||||||
|
NVIC.MemoryManagement_IRQn=true\:0\:0\:false\:false\:true\:false
|
||||||
|
NVIC.NonMaskableInt_IRQn=true\:0\:0\:false\:false\:true\:false
|
||||||
|
NVIC.PendSV_IRQn=true\:0\:0\:false\:false\:true\:false
|
||||||
|
NVIC.PriorityGroup=NVIC_PRIORITYGROUP_4
|
||||||
|
NVIC.SVCall_IRQn=true\:0\:0\:false\:false\:true\:false
|
||||||
|
NVIC.SysTick_IRQn=true\:0\:0\:false\:false\:true\:false
|
||||||
|
NVIC.UsageFault_IRQn=true\:0\:0\:false\:false\:true\:false
|
||||||
|
PA13.Mode=Serial_Wire
|
||||||
|
PA13.Signal=SYS_JTMS-SWDIO
|
||||||
|
PA14.Mode=Serial_Wire
|
||||||
|
PA14.Signal=SYS_JTCK-SWCLK
|
||||||
|
PB11.Locked=true
|
||||||
|
PB11.Signal=GPIO_Output
|
||||||
|
PC13-TAMPER-RTC.Locked=true
|
||||||
|
PC13-TAMPER-RTC.Signal=GPIO_Output
|
||||||
|
PC14-OSC32_IN.Mode=LSE-External-Oscillator
|
||||||
|
PC14-OSC32_IN.Signal=RCC_OSC32_IN
|
||||||
|
PC15-OSC32_OUT.Mode=LSE-External-Oscillator
|
||||||
|
PC15-OSC32_OUT.Signal=RCC_OSC32_OUT
|
||||||
|
PCC.Checker=false
|
||||||
|
PCC.Line=STM32F103
|
||||||
|
PCC.MCU=STM32F103C(8-B)Tx
|
||||||
|
PCC.PartNumber=STM32F103C8Tx
|
||||||
|
PCC.Seq0=0
|
||||||
|
PCC.Series=STM32F1
|
||||||
|
PCC.Temperature=25
|
||||||
|
PCC.Vdd=3.3
|
||||||
|
PD0-OSC_IN.Mode=HSE-External-Oscillator
|
||||||
|
PD0-OSC_IN.Signal=RCC_OSC_IN
|
||||||
|
PD1-OSC_OUT.Mode=HSE-External-Oscillator
|
||||||
|
PD1-OSC_OUT.Signal=RCC_OSC_OUT
|
||||||
|
PinOutPanel.RotationAngle=0
|
||||||
|
ProjectManager.AskForMigrate=true
|
||||||
|
ProjectManager.BackupPrevious=true
|
||||||
|
ProjectManager.CompilerOptimize=6
|
||||||
|
ProjectManager.ComputerToolchain=false
|
||||||
|
ProjectManager.CoupleFile=true
|
||||||
|
ProjectManager.CustomerFirmwarePackage=
|
||||||
|
ProjectManager.DefaultFWLocation=true
|
||||||
|
ProjectManager.DeletePrevious=true
|
||||||
|
ProjectManager.DeviceId=STM32F103C8Tx
|
||||||
|
ProjectManager.FirmwarePackage=STM32Cube FW_F1 V1.6.1
|
||||||
|
ProjectManager.FreePins=false
|
||||||
|
ProjectManager.HalAssertFull=false
|
||||||
|
ProjectManager.HeapSize=0x200
|
||||||
|
ProjectManager.KeepUserCode=true
|
||||||
|
ProjectManager.LastFirmware=true
|
||||||
|
ProjectManager.LibraryCopy=1
|
||||||
|
ProjectManager.MainLocation=Src
|
||||||
|
ProjectManager.NoMain=false
|
||||||
|
ProjectManager.PreviousToolchain=SW4STM32
|
||||||
|
ProjectManager.ProjectBuild=false
|
||||||
|
ProjectManager.ProjectFileName=NeoPixelF103MVP.ioc
|
||||||
|
ProjectManager.ProjectName=NeoPixelF103MVP
|
||||||
|
ProjectManager.StackSize=0x400
|
||||||
|
ProjectManager.TargetToolchain=SW4STM32
|
||||||
|
ProjectManager.ToolChainLocation=
|
||||||
|
ProjectManager.UnderRoot=true
|
||||||
|
ProjectManager.functionlistsort=1-MX_GPIO_Init-GPIO-false-LL-true,2-SystemClock_Config-RCC-false-LL-false
|
||||||
|
RCC.APB1Freq_Value=8000000
|
||||||
|
RCC.APB2Freq_Value=8000000
|
||||||
|
RCC.FamilyName=M
|
||||||
|
RCC.IPParameters=APB1Freq_Value,APB2Freq_Value,FamilyName,PLLCLKFreq_Value,PLLMCOFreq_Value,TimSysFreq_Value
|
||||||
|
RCC.PLLCLKFreq_Value=8000000
|
||||||
|
RCC.PLLMCOFreq_Value=4000000
|
||||||
|
RCC.TimSysFreq_Value=8000000
|
||||||
|
VP_SYS_VS_Systick.Mode=SysTick
|
||||||
|
VP_SYS_VS_Systick.Signal=SYS_VS_Systick
|
||||||
|
board=custom
|
Loading…
Add table
Add a link
Reference in a new issue