Differences between Disco and non-Disco version #133
-
|
Hi, I'm just wondering if there are any major differences between the versions? I know pin assignments are different and there is a limit on the AIN devices but is there any firm reason or preference for the non-disco version in terms of performance or features? I have an STM32F407VGT6 'minimal' development board (Not actual discovery board) and I loaded the non-Disco version onto it, but it fails to detect via USB, I tried the disco version on a whim and it detects fine. This is odd to me, since the USB pins should not change. a) Is there any obvious/expected reason for this to happen? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
The disco version does not use the vbus detect pin while the normal one does to detect if it is connected via usb or not. |
Beta Was this translation helpful? Give feedback.
-
|
Just to add for reference Considerations I just used a NC momentary switch on BOOT0 and soldered a bridge on BOOT1 For a simple PWM wheel with no special features, it works fine. |
Beta Was this translation helpful? Give feedback.
In theory yes but check if the additionally used pins in the full firmware are actually fine to use on your board and not connected to existing hardware.
The disco version is supposed to be compatible with the discovery board which contains a bunch of extra parts that block pins.
The normal firmware is designed for the official FFBoard with its connectors and other integrated components like the CAN transceiver and leds.