cancel
Showing results for 
Search instead for 
Did you mean: 

Evaluation board for STM32F765VGT&&

AMS
Associate II

I need to purchase a development/evaluation board to perform my development activity. We had finalised to use STM32F765VGT mcu and i need a compatible eval board for that as i don't want too much hazzel to port code to targetted MCU.

I found this eval board, stm32f779i-eval. Is this compatible and requires less effort for porting or changing the mcu in the cubemx. Need support on this.

 

Regards,

Aashik

1 ACCEPTED SOLUTION

Accepted Solutions

The nearest Eval board for STM32F765 is the STM32F769I-EVAL but I think STM32F779I-EVAL does the trick.

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.

View solution in original post

3 REPLIES 3
SofLit
ST Employee

Hello,

Seems compatible in term of software, if you go from STM32F765VGT  to  STM3232f779I.

But you need to double check from both datasheets according to your needs:

https://www.st.com/resource/en/datasheet/stm32f765bi.pdf

https://www.st.com/resource/en/datasheet/stm32f777bi.pdf

Mostly the Table 2 on both datasheet.

+ Check if your software doesn't induce some conflicts in term of I/Os i.e. IO configured as output in your firmware, but on the board it's considered as input (input coming from another circuit output).

 

 

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.
AMS
Associate II

Hi SofLit,

Thanks for the reply.

My target software is for STM32F765VGT, since no eval board is available for that MCU, I am looking for the nearest one to develop my firmware until our custom board is ready.

So you suggest STM32F779I is the closest one, and I can start my development activity with this board? Or you have any other Eval board which much closer than this? Because I need CAN, UART, I2C, ADC and other peripheral ready in the Eval board.

Will take care of the I/O's part.

Regards,

Aashik

The nearest Eval board for STM32F765 is the STM32F769I-EVAL but I think STM32F779I-EVAL does the trick.

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.