2019-08-22 07:52 AM
2019-08-22 08:53 AM
Hello,
Maybe you can have a look at the various examples provided the STM32F7 family CubeMX package:
2019-08-22 09:08 AM
I am using the CUBEMX. That is how I am generating the USB code so far. But it is not seeming to run. I am digging in it now. But if someone has some working code I can look at it would go faster.
2019-08-22 09:31 AM
You have some examples inside the F7 software package (downloaded by the STM32CubeMX software):
In windows:
C:\Users\$USERNAME\STM32Cube\Repository\STM32Cube_FW_F7_V1.15.0\Projects\STM32F722ZE-Nucleo\Applications\
but that make use of internal PHY
You have the STM32F769 discovery board that makes use of ULPI interface:
C:\Users\$USERNAME\STM32Cube\Repository\STM32Cube_FW_F7_V1.15.0\Projects\STM32F769I-Discovery\Applications
2019-08-22 09:51 AM
Ok so far looking at it I am not sure what he heck I am doing wrong. Could I send you code and you look at it to see if I am screwing something up?
2019-08-22 10:34 AM
Ok I found out why it is not working. The part we are using is an STM32F722R only the V , Z , and l variants have the ability to run the external phy. I am curious as to why
2019-08-23 05:50 AM
Hello,
1) Internal ticket entered.
2) These are called "Reserved" registers in that case.
Regards