Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
micropython
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
card10
micropython
Commits
746fcea7
Commit
746fcea7
authored
5 years ago
by
iabdalkader
Committed by
Damien George
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
stm32/boards/NUCLEO_H743ZI: Enable SPI3 on this board.
parent
1646eff8
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ports/stm32/boards/NUCLEO_H743ZI/mpconfigboard.h
+4
-4
4 additions, 4 deletions
ports/stm32/boards/NUCLEO_H743ZI/mpconfigboard.h
ports/stm32/boards/NUCLEO_H743ZI/pins.csv
+2
-0
2 additions, 0 deletions
ports/stm32/boards/NUCLEO_H743ZI/pins.csv
with
6 additions
and
4 deletions
ports/stm32/boards/NUCLEO_H743ZI/mpconfigboard.h
+
4
−
4
View file @
746fcea7
...
...
@@ -43,10 +43,10 @@ void NUCLEO_H743ZI_board_early_init(void);
#define MICROPY_HW_I2C2_SDA (pin_F0)
// SPI
//
#define MICROPY_HW_SPI
2
_NSS (pin_
I0
)
//
#define MICROPY_HW_SPI
2
_SCK (pin_
I1
)
//
#define MICROPY_HW_SPI
2
_MISO (pin_B
1
4)
//
#define MICROPY_HW_SPI
2
_MOSI (pin_B
1
5)
#define MICROPY_HW_SPI
3
_NSS (pin_
A4
)
#define MICROPY_HW_SPI
3
_SCK (pin_
B3
)
#define MICROPY_HW_SPI
3
_MISO (pin_B4)
#define MICROPY_HW_SPI
3
_MOSI (pin_B5)
// USRSW is pulled low. Pressing the button makes the input go high.
#define MICROPY_HW_USRSW_PIN (pin_C13)
...
...
This diff is collapsed.
Click to expand it.
ports/stm32/boards/NUCLEO_H743ZI/pins.csv
+
2
−
0
View file @
746fcea7
...
...
@@ -20,6 +20,8 @@ D12,PB14
D13,PI1
D14,PB9
D15,PB8
D22,PB5
D23,PB3
DAC1,PA4
DAC2,PA5
LED1,PB0
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment