Skip to content

Add NUCLEO-F767ZI #300

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 34 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
f316365
Merge pull request #1 from stm32duino/master
davidanger May 31, 2018
1848f11
Merge pull request #2 from stm32duino/master
davidanger Jun 3, 2018
d3a4544
Merge pull request #3 from stm32duino/master
davidanger Jun 30, 2018
2b2775d
Merge pull request #4 from stm32duino/master
davidanger Jul 31, 2018
51d25a4
Add NUCLEO_F767ZI to boards.txt
davidangerls Jul 31, 2018
37540fc
Copy DISCO_F746NG to NUCLEO_F767ZI
davidangerls Jul 31, 2018
a65af26
Remove SDcard (NUCLEO-F767ZI don't have this)
davidangerls Jul 31, 2018
ff1c4e1
Copy variant.h from NUCLEO-F429ZI to NUCLEO-F767ZI
davidangerls Jul 31, 2018
6c0595b
[Add NUCLEO-F767ZI] Merge PinName from NUCLEO-F429ZI
davidangerls Jul 31, 2018
74fb0ce
[ADD NUCLEO-F767ZI] Update ADC PinMap
davidangerls Jul 31, 2018
c7d093f
[ADD NUCLEO-F767ZI] Update I2C Pinmap
davidangerls Jul 31, 2018
0d5c630
[ADD NUCLEO-F767ZI] Update PWM(TIM) Pinmap
davidangerls Aug 1, 2018
f464e10
[NUECLE-F767ZI]Fix I2C AF, Add Serial Def
davidangerls Aug 2, 2018
7512625
[NUCLEO-F767ZI]Update UART PinMap
davidangerls Aug 2, 2018
6328bd6
[NUCLEO-F767ZI] Update SPI Pinmap
davidangerls Aug 10, 2018
abf00b4
[NUCLEO-F767ZI] Update CAN pinmap
davidangerls Aug 10, 2018
67fd3b4
[NUCLEO-F767ZI]Update ETH
davidangerls Aug 10, 2018
632da50
[NUCLEO-F767ZI]Del ffconf.h
davidangerls Aug 10, 2018
1086a1d
[NUCLEO-F767ZI]Update SystemClock_Config
davidangerls Aug 10, 2018
5681c0c
[NUCLEO-F767ZI]Update ldscript.ls
davidangerls Aug 10, 2018
00c7757
[NUCLEO-F767ZI]Copy stm32f7xx_hal_conf.h from Cube FW F7 1.12.0
davidangerls Aug 10, 2018
848b975
[NUCLEO-F767ZI]Update stm32f7xx_hal_conf.h
davidangerls Aug 10, 2018
6bb6f57
Merged Conflict
davidangerls Aug 10, 2018
f1d44bb
Merge branch 'stm32duino-master'
davidangerls Aug 10, 2018
f427e23
[NUCLEO-F767ZI]Upade PeripheralPins.c from templet
davidangerls Aug 16, 2018
e1a417f
[NUCLEO-F767ZI]Fixed System Clock change from 96M to 216M
davidangerls Aug 17, 2018
da8aa3b
[BLUEBOX-F051C8] Creat Add in
davidangerls Aug 17, 2018
3f69a4e
Revert "[NUCLEO-F767ZI]Fixed System Clock change from 96M to 216M"
davidangerls Aug 20, 2018
c2e727c
Revert "[BLUEBOX-F051C8] Creat Add in"
davidangerls Aug 20, 2018
43ad9c9
[NUCLEO-F767ZI]Fix PinNamesVar.h
davidangerls Aug 20, 2018
bc0292b
[NUCLEO-F767ZI]Revert PWR_WAKEUP
davidangerls Aug 21, 2018
2d02e60
[NUCLEO-F767ZI] Fix UART redefine
davidangerls Aug 21, 2018
15d3027
[NUCLEO-F767ZI] Remove Define USART
davidangerls Aug 21, 2018
8b07deb
[NUCLEO-F767ZI]Fix menu bugs
davidangerls Aug 22, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions boards.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,18 @@ Nucleo_144.menu.pnum.NUCLEO_L496ZG-P.build.product_line=STM32L496xx
Nucleo_144.menu.pnum.NUCLEO_L496ZG-P.build.variant=NUCLEO_L496ZG
Nucleo_144.menu.pnum.NUCLEO_L496ZG-P.build.cmsis_lib_gcc=arm_cortexM4l_math

# NUCLEO_F767ZI board
Nucleo_144.menu.pnum.NUCLEO_F767ZI=Nucleo F767ZI
Nucleo_144.menu.pnum.NUCLEO_F767ZI.node=NODE_F767ZI
Nucleo_144.menu.pnum.NUCLEO_F767ZI.upload.maximum_size=2097152
Nucleo_144.menu.pnum.NUCLEO_F767ZI.upload.maximum_data_size=524288
Nucleo_144.menu.pnum.NUCLEO_F767ZI.build.mcu=cortex-m7 -mfpu=fpv4-sp-d16 -mfloat-abi=hard
Nucleo_144.menu.pnum.NUCLEO_F767ZI.build.board=NUCLEO_F767ZI
Nucleo_144.menu.pnum.NUCLEO_F767ZI.build.series=STM32F7xx
Nucleo_144.menu.pnum.NUCLEO_F767ZI.build.product_line=STM32F767xx
Nucleo_144.menu.pnum.NUCLEO_F767ZI.build.variant=NUCLEO_F767ZI
Nucleo_144.menu.pnum.NUCLEO_F767ZI.build.cmsis_lib_gcc=arm_cortexM7l_math

# NUCLEO_L4R5ZI board
Nucleo_144.menu.pnum.NUCLEO_L4R5ZI=Nucleo L4R5ZI
Nucleo_144.menu.pnum.NUCLEO_L4R5ZI.node=NODE_L4R5ZI
Expand Down
490 changes: 490 additions & 0 deletions variants/NUCLEO_F767ZI/PeripheralPins.c

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions variants/NUCLEO_F767ZI/PinNamesVar.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
/* SYS_WKUP */
#ifdef PWR_WAKEUP_PIN1
SYS_WKUP1 = PA_0,
#endif
#ifdef PWR_WAKEUP_PIN2
SYS_WKUP2 = PA_2,
#endif
#ifdef PWR_WAKEUP_PIN3
SYS_WKUP3 = PC_1,
#endif
#ifdef PWR_WAKEUP_PIN4
SYS_WKUP4 = PC_13,
#endif
#ifdef PWR_WAKEUP_PIN5
SYS_WKUP5 = PI_8,
#endif
#ifdef PWR_WAKEUP_PIN6
SYS_WKUP6 = PI_11,
#endif
#ifdef PWR_WAKEUP_PIN7
SYS_WKUP7 = NC,
#endif
#ifdef PWR_WAKEUP_PIN8
SYS_WKUP8 = NC,
#endif
165 changes: 165 additions & 0 deletions variants/NUCLEO_F767ZI/ldscript.ld
Original file line number Diff line number Diff line change
@@ -0,0 +1,165 @@
/*
*****************************************************************************
**

** File : LinkerScript.ld
**
** Abstract : Linker script for STM32F767ZITx Device with
** 2048KByte FLASH, 512KByte RAM
**
** Set heap size, stack size and stack location according
** to application requirements.
**
** Set memory bank area and size if external memory is used.
**
** Target : STMicroelectronics STM32
**
**
** Distribution: The file is distributed as is, without any warranty
** of any kind.
**
** (c)Copyright Ac6.
** You may use this file as-is or modify it according to the needs of your
** project. Distribution of this file (unmodified or modified) is not
** permitted. Ac6 permit registered System Workbench for MCU users the
** rights to distribute the assembled, compiled & linked contents of this
** file as part of an application binary file, provided that it is built
** using the System Workbench for MCU toolchain.
**
*****************************************************************************
*/

/* Entry Point */
ENTRY(Reset_Handler)

/* Highest address of the user mode stack */
_estack = 0x20080000; /* end of RAM */
/* Generate a link error if heap and stack don't fit into RAM */
_Min_Heap_Size = 0x200; /* required amount of heap */
_Min_Stack_Size = 0x400; /* required amount of stack */

/* Specify the memory areas */
MEMORY
{
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 512K
FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 2048K
}

/* Define output sections */
SECTIONS
{
/* The startup code goes first into FLASH */
.isr_vector :
{
. = ALIGN(4);
KEEP(*(.isr_vector)) /* Startup code */
. = ALIGN(4);
} >FLASH

/* The program code and other data goes into FLASH */
.text :
{
. = ALIGN(4);
*(.text) /* .text sections (code) */
*(.text*) /* .text* sections (code) */
*(.glue_7) /* glue arm to thumb code */
*(.glue_7t) /* glue thumb to arm code */
*(.eh_frame)

KEEP (*(.init))
KEEP (*(.fini))

. = ALIGN(4);
_etext = .; /* define a global symbols at end of code */
} >FLASH

/* Constant data goes into FLASH */
.rodata :
{
. = ALIGN(4);
*(.rodata) /* .rodata sections (constants, strings, etc.) */
*(.rodata*) /* .rodata* sections (constants, strings, etc.) */
. = ALIGN(4);
} >FLASH

.ARM.extab : { *(.ARM.extab* .gnu.linkonce.armextab.*) } >FLASH
.ARM : {
__exidx_start = .;
*(.ARM.exidx*)
__exidx_end = .;
} >FLASH

.preinit_array :
{
PROVIDE_HIDDEN (__preinit_array_start = .);
KEEP (*(.preinit_array*))
PROVIDE_HIDDEN (__preinit_array_end = .);
} >FLASH
.init_array :
{
PROVIDE_HIDDEN (__init_array_start = .);
KEEP (*(SORT(.init_array.*)))
KEEP (*(.init_array*))
PROVIDE_HIDDEN (__init_array_end = .);
} >FLASH
.fini_array :
{
PROVIDE_HIDDEN (__fini_array_start = .);
KEEP (*(SORT(.fini_array.*)))
KEEP (*(.fini_array*))
PROVIDE_HIDDEN (__fini_array_end = .);
} >FLASH

/* used by the startup to initialize data */
_sidata = LOADADDR(.data);

/* Initialized data sections goes into RAM, load LMA copy after code */
.data :
{
. = ALIGN(4);
_sdata = .; /* create a global symbol at data start */
*(.data) /* .data sections */
*(.data*) /* .data* sections */

. = ALIGN(4);
_edata = .; /* define a global symbol at data end */
} >RAM AT> FLASH


/* Uninitialized data section */
. = ALIGN(4);
.bss :
{
/* This is used by the startup in order to initialize the .bss secion */
_sbss = .; /* define a global symbol at bss start */
__bss_start__ = _sbss;
*(.bss)
*(.bss*)
*(COMMON)

. = ALIGN(4);
_ebss = .; /* define a global symbol at bss end */
__bss_end__ = _ebss;
} >RAM

/* User_heap_stack section, used to check that there is enough RAM left */
._user_heap_stack :
{
. = ALIGN(8);
PROVIDE ( end = . );
PROVIDE ( _end = . );
. = . + _Min_Heap_Size;
. = . + _Min_Stack_Size;
. = ALIGN(8);
} >RAM

/* Remove information from the standard libraries */
/DISCARD/ :
{
libc.a ( * )
libm.a ( * )
libgcc.a ( * )
}

.ARM.attributes 0 : { *(.ARM.attributes) }
}
Loading