Skip to main content
AH_nt
Associate II
July 13, 2020
Question

How to port project from stm32F429ViTx to stm32f4ziTx in MDK keil 5

  • July 13, 2020
  • 2 replies
  • 946 views

..

This topic has been closed for replies.

2 replies

Uwe Bonnes
Chief
July 13, 2020

You probably misspelled the new target

Tesla DeLorean
Guru
July 13, 2020

Do try a little harder...

Title/summary, a little foundation and context in the body of the question.

What IDE / tools are you currently using?

Create a template/donor project for the new board/chip, merge in the specifics

If just a different Flash memory size, edit the Linker Script or Scatter File, or GUI equivalents, to reflect the size of FLASH, RAM, etc.

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
AH_nt
AH_ntAuthor
Associate II
July 14, 2020

I am using MDK keil 5 IDE.

I do try.