2019-05-17 12:01 AM
I can't choose this with the product selector (at least I don't know how :-))
Could you please help?
Thanks a lot.
Joerg
2019-05-17 12:20 AM
Not sure what exactly you mean.
Modern MCUs, including STM32's, are mostly IOs. You can map several peripheral functions to each pin, including standard GPIO and CAN.
Unlike old designs like PIC16/PIC18, which has a lot of dedicated pins.
Just select a MCU with CAN in the product selector, and read over the datasheet.
> Could you please help?
You could get more precise help if you give more info, like performance requirements (core performance, peripheral throughput) for your application.
2019-05-17 12:49 AM
Please explain what you mean by "independent supply".
Do you (for example) mean I/Os that are
2019-05-17 02:21 AM
Al right, sorry for my bad explanation and thank you for the quick reply.
I'm new with STM32 Microcontroller, but I worked with PIC18 few years ago, so there is some experience :-).
I found on the STM32F072x8 datasheet, that they have "Up to 68 I/Os with 5V tolerant capability and 19 with independent supply VDDIO2".
My idear is to connect VDDIO2 with a separate low noise reference source because I want to switch through an FSR array for pressure measurement.
But the array has 20 rows. That`s why I'm looking for one with 20 I/Os with VDDIO2.
I thought that the VDDIO2 is a special feature which I can search for with a kind of selection table.
Since the application is very slow, there are just very few performance requirements.
If I know the MCUs with 20 I/Os connected to VDDIO2, together with CAN feature, I can choose the best fitting one.
It seems that I have to look on each MCU datasheet with CAN, to find one with 20 I/Os supporting VDDIO2 - right?
Thank you very much,
Joerg
2019-05-17 03:54 AM
What' you've found is probably the most. AFAIK, VDDIO2 is in the F0 of which 'F07x and 'F09x are the biggest; then in 'L07x but there it supplies only 2 pins; and then - as Danish said above - in 'L47x, supplying PORTG's pins, i.e. up to 16.
JW
2019-05-17 06:08 AM
Thank you, it seams that there are no more than 19 available :(
It's a pitty, one too less.
Joerg