2016-02-08 05:43 PM
As i said in subject, does STM32F7 Discovery Kit fully compatible with X-Nucleo boards?
2016-02-09 07:14 AM
It's clearly not going to work on the boards using the Morpho header.
There is an F7 based NUCLEO-144 board2016-02-09 08:37 AM
Hi noto.federico,
Both hardware are available with their user Manuals and schematics. You can choose which one is suitable for your case and if the resources that you are using in your application are common on both HWs. -http://www.st.com/web/catalog/tools/FM116/CL1620/SC959/SS1532/LN1847/PF262631
-http://www.st.com/web/catalog/tools/FM116/CL1620/SC959/SS1532/LN1848/PF261641
-HANNIBAL-2016-02-09 12:36 PM
I owned a STM32F7 Discovery and i want to attach to the arduino conectors (cn4,cn5,cn6,cn7) a board with a couple of sensors like X-NUCLEO-IKS01A1. As i saw someone in the net attaching one of those boards to stm32f7 discovery, i thought that could be possible and before wasting money i prefered to ask you.
The questions is, are there any board made by ST compatible with arduino conectors of STM32F7 Discovery?2016-02-09 12:52 PM
I won't use morpho headers, i want use arduino conectors. X-Nucleo boards has it, STM32F7 Discovery has it. So it looks like it should work, isn't?
2016-02-09 01:32 PM
2016-02-09 02:29 PM
There seem to be a few dozen boards, I don't have the time/patience to go through the manuals. I'd suggest you do some quick due diligence on the ones you are interested in.
http://www.st.com/web/en/catalog/tools/FM116/SC1971?sc=x-nucleo
I've used some of the new F4/F7-DISCO boards with the Arduino headers with shields.As I recall we've covered a pair of pins being swapped on the F7-DISCO.[DEAD LINK /public/STe2ecommunities/mcu/Lists/STM32Discovery/Flat.aspx?RootFolder=/public/STe2ecommunities/mcu/Lists/STM32Discovery/STM32F7%20MCO%20problem&FolderCTID=0x01200200770978C69A1141439FE559EB459D75800084C20D8867EAD444A5987D47BE638E0F&TopicsView=https://my.st.com/public/STe2ecommunities/mcu/Lists/STM32Discovery/AllItems.aspx¤tviews=44]https://my.st.com/public/STe2ecommunities/mcu/Lists/STM32Discovery/Flat.aspx?RootFolder=/public/STe2ecommunities/mcu/Lists/STM32Discovery/STM32F7%20MCO%20problem&FolderCTID=0x01200200770978C69A1141439FE559EB459D75800084C20D8867EAD444A5987D47BE638E0F&TopicsView=https%3a//my.st.com/public/STe2ecommunities/mcu/Lists/STM32Discovery/AllItems.aspx¤tviews=442016-02-09 03:26 PM
Well my two previous messages through my smartphone went wrong, sorry about that.
I asked you wich shields have you used in your STM32F7 Discovery.And thanks for the advice of the swapped pins!!2016-02-09 07:35 PM
I've used a couple of different GPS shields, primarily on NUCLEO and STM32F469I-DISCO, building data recorders. So primarily using the USART and SPI(SD Card). And also a cellular modem, though that needs a better power supply, 500mA from USB being inadequate.
[DEAD LINK /public/STe2ecommunities/mcu/Lists/STM32Discovery/Flat.aspx?RootFolder=/public/STe2ecommunities/mcu/Lists/STM32Discovery/STM32F469I-Discovery%20available&FolderCTID=0x01200200770978C69A1141439FE559EB459D75800084C20D8867EAD444A5987D47BE638E0F¤tviews=343]https://my.st.com/public/STe2ecommunities/mcu/Lists/STM32Discovery/Flat.aspx?RootFolder=%2Fpublic%2FSTe2ecommunities%2Fmcu%2FLists%2FSTM32Discovery%2FSTM32F469I-Discovery%20available&FolderCTID=0x01200200770978C69A1141439FE559EB459D75800084C20D8867EAD444A5987D47BE638E0F¤tviews=343 The STM32F746G-DISCO, I've used the same shields, along with some USART and SPL code. With the HAL/Cube, and weak floating-point, it's not my CM7 platform of choice.