2016-10-31 07:13 PM
Can I ask a question about programming stm32f427?
I found the 427 and 429 are in the same manual. So, ignoring pin define, can I put stm32f429 code directly into stm32f427?Or I need to modify somthing in code? #427 #4292016-11-01 12:41 AM
I was trying to answer your question from my cell phone, but it's not working properly. As Mayla said, the devices are compatible if you are not using the TFT-LCD peripheral.
You can also find this in the devices description:http://www.st.com/content/st_com/en/products/microcontrollers/stm32-32-bit-arm-cortex-mcus/stm32f4-series/stm32f427-437.html?querycriteria=productId=LN1789Have a nice day,Renegade2016-11-01 03:58 AM
Hi ctc.ctc,
If you aren't using the LCD, you can use the same code for both devices because LCD-TFT is available only in STM32F429 ones.For more details, please refer to of STM32F427/429 products.-Mayla-To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2016-11-01 06:05 AM
Hi Renegade,
Unfortunately, this is a known limitation with current forum platform.We wait for the better...-Mayla-To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.