Compare commits
11 Commits
ECAD-pcb-o
...
8ddd22f832
| Author | SHA1 | Date | |
|---|---|---|---|
| 8ddd22f832 | |||
| 07bd1658dc | |||
| dc5a3a794b | |||
| 02aa71bd12 | |||
| bc724862ec | |||
| a8df5f9a46 | |||
| ccd5cff310 | |||
| b57de572bc | |||
| 7a3b357c2d | |||
| b1cd200d54 | |||
| dce586a14a |
3629
pcb/dyna-micro/battery.kicad_sch
Normal file
3629
pcb/dyna-micro/battery.kicad_sch
Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -621,6 +621,18 @@
|
||||
[
|
||||
"cb777b82-025b-46bf-a35c-23d9be73404c",
|
||||
"Flash"
|
||||
],
|
||||
[
|
||||
"3b69b8b5-74b9-4ef8-b089-9f6703a47935",
|
||||
"Pressure Sensor"
|
||||
],
|
||||
[
|
||||
"1545cd58-ec56-43ca-991f-528eab9b04ea",
|
||||
"USB"
|
||||
],
|
||||
[
|
||||
"be3c13b5-9ed7-48d7-9628-fcde8ceb3f83",
|
||||
"Battery"
|
||||
]
|
||||
],
|
||||
"text_variables": {}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -4,6 +4,10 @@
|
||||
(generator_version "9.0")
|
||||
(uuid "e8aa36a8-cba0-46a0-bed7-97c2a473d3b7")
|
||||
(paper "A4")
|
||||
(title_block
|
||||
(title "Flash")
|
||||
(company "Dynamite Rocketry")
|
||||
)
|
||||
(lib_symbols
|
||||
(symbol "Device:C"
|
||||
(pin_numbers
|
||||
@@ -655,7 +659,7 @@
|
||||
)
|
||||
(uuid "03797530-9748-49a5-81b0-cc6093ba624f")
|
||||
)
|
||||
(hierarchical_label "~WP"
|
||||
(hierarchical_label "~{WP}"
|
||||
(shape input)
|
||||
(at 134.62 93.98 180)
|
||||
(effects
|
||||
@@ -666,7 +670,7 @@
|
||||
)
|
||||
(uuid "0e331980-54ff-4c38-aaf2-7bd835b70277")
|
||||
)
|
||||
(hierarchical_label "~CS"
|
||||
(hierarchical_label "~{CS}"
|
||||
(shape input)
|
||||
(at 134.62 83.82 180)
|
||||
(effects
|
||||
@@ -699,7 +703,7 @@
|
||||
)
|
||||
(uuid "bd845fcd-8c6a-4a18-b005-a3d735ad5f1a")
|
||||
)
|
||||
(hierarchical_label "~RST"
|
||||
(hierarchical_label "~{RST}"
|
||||
(shape input)
|
||||
(at 134.62 96.52 180)
|
||||
(effects
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
1169
pcb/dyna-micro/pressure-sensor.kicad_sch
Normal file
1169
pcb/dyna-micro/pressure-sensor.kicad_sch
Normal file
File diff suppressed because it is too large
Load Diff
3003
pcb/dyna-micro/usb-c.kicad_sch
Normal file
3003
pcb/dyna-micro/usb-c.kicad_sch
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1 +0,0 @@
|
||||
{"hostname":"fedora","username":"sharpe"}
|
||||
57
sw/sw.ioc
57
sw/sw.ioc
@@ -12,25 +12,30 @@ Mcu.IP1=RCC
|
||||
Mcu.IP2=SPI1
|
||||
Mcu.IP3=SPI3
|
||||
Mcu.IP4=SYS
|
||||
Mcu.IP5=USB_OTG_FS
|
||||
Mcu.IPNb=6
|
||||
Mcu.IP5=USART1
|
||||
Mcu.IP6=USB_OTG_FS
|
||||
Mcu.IPNb=7
|
||||
Mcu.Name=STM32L4Q5CGTx
|
||||
Mcu.Package=LQFP48
|
||||
Mcu.Pin0=PA5
|
||||
Mcu.Pin1=PA6
|
||||
Mcu.Pin10=PB5
|
||||
Mcu.Pin11=PB6
|
||||
Mcu.Pin12=PB7
|
||||
Mcu.Pin13=VP_SYS_VS_Systick
|
||||
Mcu.Pin10=PA14 (JTCK/SWCLK)
|
||||
Mcu.Pin11=PA15 (JTDI)
|
||||
Mcu.Pin12=PB3 (JTDO/TRACESWO)
|
||||
Mcu.Pin13=PB4 (NJTRST)
|
||||
Mcu.Pin14=PB5
|
||||
Mcu.Pin15=PB6
|
||||
Mcu.Pin16=PB7
|
||||
Mcu.Pin17=VP_SYS_VS_Systick
|
||||
Mcu.Pin2=PA7
|
||||
Mcu.Pin3=PA11
|
||||
Mcu.Pin4=PA12
|
||||
Mcu.Pin5=PA13 (JTMS/SWDIO)
|
||||
Mcu.Pin6=PA14 (JTCK/SWCLK)
|
||||
Mcu.Pin7=PA15 (JTDI)
|
||||
Mcu.Pin8=PB3 (JTDO/TRACESWO)
|
||||
Mcu.Pin9=PB4 (NJTRST)
|
||||
Mcu.PinsNb=14
|
||||
Mcu.Pin3=PB0
|
||||
Mcu.Pin4=PB12
|
||||
Mcu.Pin5=PA9
|
||||
Mcu.Pin6=PA10
|
||||
Mcu.Pin7=PA11
|
||||
Mcu.Pin8=PA12
|
||||
Mcu.Pin9=PA13 (JTMS/SWDIO)
|
||||
Mcu.PinsNb=18
|
||||
Mcu.ThirdPartyNb=0
|
||||
Mcu.UserConstants=
|
||||
Mcu.UserName=STM32L4Q5CGTx
|
||||
@@ -47,24 +52,44 @@ NVIC.PriorityGroup=NVIC_PRIORITYGROUP_4
|
||||
NVIC.SVCall_IRQn=true\:0\:0\:false\:false\:true\:false\:false\:false
|
||||
NVIC.SysTick_IRQn=true\:15\:0\:false\:false\:true\:false\:true\:false
|
||||
NVIC.UsageFault_IRQn=true\:0\:0\:false\:false\:true\:false\:false\:false
|
||||
PA10.Mode=Asynchronous
|
||||
PA10.Signal=USART1_RX
|
||||
PA11.Mode=Device_Only
|
||||
PA11.Signal=USB_OTG_FS_DM
|
||||
PA12.Mode=Device_Only
|
||||
PA12.Signal=USB_OTG_FS_DP
|
||||
PA13\ (JTMS/SWDIO).Locked=true
|
||||
PA13\ (JTMS/SWDIO).Mode=Serial_Wire
|
||||
PA13\ (JTMS/SWDIO).Signal=SYS_JTMS-SWDIO
|
||||
PA14\ (JTCK/SWCLK).Locked=true
|
||||
PA14\ (JTCK/SWCLK).Mode=Serial_Wire
|
||||
PA14\ (JTCK/SWCLK).Signal=SYS_JTCK-SWCLK
|
||||
PA15\ (JTDI).GPIOParameters=GPIO_Label
|
||||
PA15\ (JTDI).GPIO_Label=FLASH_CS
|
||||
PA15\ (JTDI).Locked=true
|
||||
PA15\ (JTDI).Signal=GPIO_Output
|
||||
PA5.GPIOParameters=GPIO_Label
|
||||
PA5.GPIO_Label=PRES_SCK
|
||||
PA5.Mode=Full_Duplex_Master
|
||||
PA5.Signal=SPI1_SCK
|
||||
PA6.GPIOParameters=GPIO_Label
|
||||
PA6.GPIO_Label=PRES_MISO
|
||||
PA6.Mode=Full_Duplex_Master
|
||||
PA6.Signal=SPI1_MISO
|
||||
PA7.GPIOParameters=GPIO_Label
|
||||
PA7.GPIO_Label=PRES_MOSI
|
||||
PA7.Mode=Full_Duplex_Master
|
||||
PA7.Signal=SPI1_MOSI
|
||||
PA9.Mode=Asynchronous
|
||||
PA9.Signal=USART1_TX
|
||||
PB0.GPIOParameters=GPIO_Label
|
||||
PB0.GPIO_Label=PRES_CS
|
||||
PB0.Locked=true
|
||||
PB0.Signal=GPIO_Output
|
||||
PB12.GPIOParameters=GPIO_Label
|
||||
PB12.GPIO_Label=DEBUG_LED
|
||||
PB12.Locked=true
|
||||
PB12.Signal=GPIO_Output
|
||||
PB3\ (JTDO/TRACESWO).GPIOParameters=GPIO_Label
|
||||
PB3\ (JTDO/TRACESWO).GPIO_Label=FLASH_SCK
|
||||
PB3\ (JTDO/TRACESWO).Mode=Full_Duplex_Master
|
||||
@@ -117,7 +142,7 @@ ProjectManager.ToolChainLocation=
|
||||
ProjectManager.UAScriptAfterPath=
|
||||
ProjectManager.UAScriptBeforePath=
|
||||
ProjectManager.UnderRoot=false
|
||||
ProjectManager.functionlistsort=1-SystemClock_Config-RCC-false-HAL-false,2-MX_GPIO_Init-GPIO-false-HAL-true,3-MX_SPI1_Init-SPI1-false-HAL-true,4-MX_USB_OTG_FS_PCD_Init-USB_OTG_FS-false-HAL-true,5-MX_SPI3_Init-SPI3-false-HAL-true
|
||||
ProjectManager.functionlistsort=1-SystemClock_Config-RCC-false-HAL-false,2-MX_GPIO_Init-GPIO-false-HAL-true,3-MX_SPI1_Init-SPI1-false-HAL-true,4-MX_USB_OTG_FS_PCD_Init-USB_OTG_FS-false-HAL-true,5-MX_SPI3_Init-SPI3-false-HAL-true,6-MX_USART1_UART_Init-USART1-false-HAL-true
|
||||
RCC.ADCFreq_Value=48000000
|
||||
RCC.AHBFreq_Value=120000000
|
||||
RCC.APB1Freq_Value=120000000
|
||||
@@ -188,6 +213,8 @@ SPI3.Direction=SPI_DIRECTION_2LINES
|
||||
SPI3.IPParameters=VirtualType,Mode,Direction,CalculateBaudRate
|
||||
SPI3.Mode=SPI_MODE_MASTER
|
||||
SPI3.VirtualType=VM_MASTER
|
||||
USART1.IPParameters=VirtualMode-Asynchronous
|
||||
USART1.VirtualMode-Asynchronous=VM_ASYNC
|
||||
USB_OTG_FS.IPParameters=VirtualMode
|
||||
USB_OTG_FS.VirtualMode=Device_Only
|
||||
VP_SYS_VS_Systick.Mode=SysTick
|
||||
|
||||
Reference in New Issue
Block a user