Author Topic: looking for a microccontroller for a pcb project can anyone help??  (Read 1314 times)

0 Members and 1 Guest are viewing this topic.

Offline ElectroNexTopic starter

  • Newbie
  • Posts: 2
  • Country: us
im looking for an stm32 chip that can do 3 i2C connections, usb-c, 3 UART, 65 I/O's minimum and a 512kb program storage size, has to be suitable for new designs and smd :-+ :-+ :-+
 


Offline voltsandjolts

  • Supporter
  • ****
  • Posts: 2300
  • Country: gb
Re: looking for a microccontroller for a pcb project can anyone help??
« Reply #2 on: May 26, 2023, 04:47:25 pm »
Beware, this poster has previously started a very similar thread which got 6 replies, but OP didn't respond at all.
https://www.eevblog.com/forum/beginners/what-microcontroller-should-i-use-365315/msg4709534/#msg4709534
Prepare to be stonewalled if posting here :P
 

Offline Doctorandus_P

  • Super Contributor
  • ***
  • Posts: 3367
  • Country: nl
Re: looking for a microccontroller for a pcb project can anyone help??
« Reply #3 on: June 10, 2023, 02:52:04 pm »
I recommend you buy a stm32 chip with at least 3 i2C connections, usb-c, 3 UART, 65 I/O's minimum and a 512kb program storage size, and suitable for new designs and smd

Also, what does "USB-C" have to do with your uC? It's just a mechanical connector, and it is supposed to be used with many different signalling protocols.
 

Offline liaifat85

  • Regular Contributor
  • *
  • !
  • Posts: 172
  • Country: bd
Re: looking for a microccontroller for a pcb project can anyone help??
« Reply #4 on: June 28, 2023, 12:05:35 pm »
I think you can choose  STM32F767. It has 4 I2C interfaces and 4 UARTS, 512KB SRAM. No. of I/O pin is also matching with what you want: https://www.st.com/resource/en/datasheet/stm32f765bi.pdf

You can make multi-channel data loggers like this with STM32F4 MCUs:

https://www.pcbway.com/project/shareproject/10_channel_NTC_thermistor_based_temperature_logger_b1c5cdfe.html

If you use STM32F767 in such projects, it can more advanced.

 

Offline Microdoser

  • Frequent Contributor
  • **
  • Posts: 423
  • Country: gb
Re: looking for a microccontroller for a pcb project can anyone help??
« Reply #5 on: June 28, 2023, 12:32:35 pm »
Beware, this poster has previously started a very similar thread which got 6 replies, but OP didn't respond at all.
https://www.eevblog.com/forum/beginners/what-microcontroller-should-i-use-365315/msg4709534/#msg4709534
Prepare to be stonewalled if posting here :P

And they are only on their second post too
 

Offline Infraviolet

  • Super Contributor
  • ***
  • Posts: 1023
  • Country: gb
Re: looking for a microccontroller for a pcb project can anyone help??
« Reply #6 on: June 30, 2023, 09:55:34 pm »
That huge number of IO pins could always be done using GPIO expander chips, or something like a shift register of the relevant type if you know certain pins will always be acting onlyas outputs or inputs.

The i2c bus count could always be done by bit-banging software I2C on some pairs of pins, depending on your chips' clock rate the speed might not be as high as built-in I2C peripherals could be, but for many devices this slower speed won't be a problem. Same goes for UART if necessary.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf