stm32429i_eval.cfg 345 B

12345678910111213
  1. # SPDX-License-Identifier: GPL-2.0-or-later
  2. # STM32429I-EVAL: This is an STM32F4 eval board with a single STM32F429NIH6
  3. # (2048KB) chip.
  4. # http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/LN1199/PF259093
  5. # increase working area to 128KB
  6. set WORKAREASIZE 0x20000
  7. # chip name
  8. set CHIPNAME STM32F429NIH6
  9. source [find target/stm32f4x.cfg]