2017-05-08 03:56 AM
Hi.
So, main page says:
So it suggest that STM32F7x8 and 7x9 has DSI, and lowest (7x2 to 7x7) doesn't.
Unfortunately if we enter a specific type of microcontroller, exampleSTM32F777BI, we see general information about all family, not information about this specific microcontroller:
So we will not see if the DSI is or not.
Maybe compare table?
These two should not have a DSI.
But i have STM32F769BI microcontrollers and PCB for it (my own design, for microcontrollers without DSI). And after soldering something make me a short curcuit on the VCC line (uC takes a lot of current and get hot). I measured another uC pins with the multimeter (before soldering to PCB) and it looks like it corresponds to a pinut of DSI controller.
All table clearly states that it should not have DSI (uC with DSI on red, my uC (without DSI as I expect), on green):
The difference between uC with and without is DSI is mainly on 125pin (pin 125), because it is VDD12DSI or VSS depending on presence of DSI.
So the microcontroller VDD12DSI pin, gets on the VSS pad on my PCB. And make a short circuit.
125 pin in my STM32F769BI (outside the PCB) do not have connection to other VSS pins. So i guess that is not a VSS pin, and it is VDD12DSI pin.
And pins 122 and 128 are not floating. So i guess they are not PJ10 and PK2, but they ale both VSSDSI.
Finally, how to choose a microcontroller without DSI (to fit my PCBs), since you cannot rely on the table and the description?
Thanks.
2017-05-08 09:20 AM
Hi
Piwowarski.Pawel
,So it suggest that STM32F7x8 and 7x9 has DSI, and lowest (7x2 to 7x7) doesn't.
-> Correct;
Unfortunately if we enter a specific type of microcontroller, exampleSTM32F777BI, we see general information about all family, not information about this specific microcontroller:
-> Please refer to table2 in the
related to STM32F777BI device. This table will give you the exact information about which devices do have the DSI and which don't.STM32F769BI device, theDSI host interface is available.
This could be checked using table2 in the related
.Also, there is anote under the table indicating that for the devices listed in this datasheet:
4. DSI host interface is only available on STM32F769x sales types.
Section2.4 ''DSI Host availability across STM32 microcontrollers'' can also answer your question.
Khouloud.
2017-05-08 12:27 PM
I've already seen AN4860. But there is no answer to my question, because in the section:
Availability of DSI Host among STM32 microcontrollersit is only the main information about all microcontrollers from F7xx family.And I'm a little afraid to rely on the datasheet, since the information in it does not correspond the parameters in the table.Because in that case it is not known who tells the truth. A table or datasheet?Couldn't these data match to each other?
2017-05-12 01:24 PM
Hi
Piwowarski.Pawel
,If youselectthe ''STM32F7'' family and choose the ''DSIHOST'' in section ''peripheral choice'', you will have a list of all the STM32 devices with DSI Host support:The STM32F769BI is one of those devices.
Thanks a lot for bringing this to our attention and sorry for any inconvenience this may have caused.
Khouloud.