2024-08-25 10:24 PM - last edited on 2024-08-26 04:37 AM by Andrew Neil
can you please suggest me a best stm32processor board which has adc and dac and usb port, ethernet wifi which uses stm32cube ide
Solved! Go to Solution.
2024-08-26 04:17 AM - edited 2024-08-26 04:57 AM
Hello,
You can use CubeMx for this kind of request. Select Board Selector and write "STM32MP":
These are the available boards for MP products.
Then select a boards and check if it does fit your requirements:
So double click on one board, and click Yes:
In the "Pinout & Configuration" tab / "A-Z", you will find all the available peripherals that you can use at the same time.
and I think STM32MP157D-DK1 fits your requirements:
For DAC, you need just to fix the conflicts with ADC1 and ADC2 (attached an ioc file).
No WiFi available unless you add a module.
Hope it helps.
2024-08-26 12:14 AM
Why would you need the MPU to do bare metal coding? Wouldn't you code.drivers in Linux and call from user/application space?
What's the rational here for MPU vs MCU? That you have the networking / TCP stack, and USB stack?
2024-08-26 04:17 AM - edited 2024-08-26 04:57 AM
Hello,
You can use CubeMx for this kind of request. Select Board Selector and write "STM32MP":
These are the available boards for MP products.
Then select a boards and check if it does fit your requirements:
So double click on one board, and click Yes:
In the "Pinout & Configuration" tab / "A-Z", you will find all the available peripherals that you can use at the same time.
and I think STM32MP157D-DK1 fits your requirements:
For DAC, you need just to fix the conflicts with ADC1 and ADC2 (attached an ioc file).
No WiFi available unless you add a module.
Hope it helps.
2024-08-26 04:37 AM
"Best" is meaningless unless you give some criteria by which to judge it.
On ST's pages for each of the STM32MPxx Lines you've tagged, go to the 'Tools & Software' tab - there's a link there for available boards:
See which of those meet your requirements ...
Why do you think you "need" an MPU (rather than an MCU)?
What level of performance do you need?
Memory? Storage?
The board neither knows nor cares what IDE you use.
Have you
2024-09-15 10:53 PM - last edited on 2024-09-16 02:41 AM by Andrew Neil
is it possible to connect SPI TFT 3.5" LCD Touch Module ILI9488 driver 480X320 display to STM32MP157D-DK1
2024-09-16 01:23 AM
As long as there is an available SPI instance on the chip you can do it.
For any other question please open a new thread.
Thank you.
2024-09-17 11:06 PM
i have purchased the STM32MP157D-DK1 can u suggest some videos on how to use it ,the ide for it how to acces the gpios .u can also suggest some good udemy courses for it
2024-09-17 11:52 PM
Hello @Sharan ,
Please open a new thread for this new question?
Thank you for your understanding.