What is the digital pins's frequency of Nucleo-f303K8?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-12 8:13 AM
I tried to find the frequency that the digital ports of Nucleo-F303k8 can accept data (example: the arduino works with 10kHz on these pins), but i couldn't find anywhere. Someone can help me? I need to use some sensors and I need this information to but them.
Solved! Go to Solution.
- Labels:
-
STM32duino
-
STM32F3 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-13 7:30 AM
Well, it's not super clear what you're asking as "can accept data" is pretty vague. If you're asking about maximum speed the GPIO pins can switch, it can be found in "Table 53. I/O AC characteristics". Maximum SPI/I2C speeds can be found in the very first sentence of their respective sections.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-12 1:56 PM
That info will be in the datasheet. They can generally drive or be driven by signals of tens of MHz without issue, but consult the datasheet if you need details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-13 1:02 AM
> the arduino works with 10kHz on these pins
Where do you have this information from?
JW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-13 7:17 AM
I found this on a forum from Arduino, but i dont have the link
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-13 7:23 AM
I couldn't find it in the datasheet. I'm noob in eletronics in general and I dont undestand where I can find these things on datasheet, can you help me?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-13 7:29 AM
this way you dont find finish...
try write how sensor how bus.
For example SPI can clearly work on 25MHz...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-13 7:30 AM
Well, it's not super clear what you're asking as "can accept data" is pretty vague. If you're asking about maximum speed the GPIO pins can switch, it can be found in "Table 53. I/O AC characteristics". Maximum SPI/I2C speeds can be found in the very first sentence of their respective sections.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-13 7:39 AM
Yess, that was what I was trying to say. How fast the pins can change the low output to high or vice versa. That helps a lot. Thanks
