cancel
Showing results for 
Search instead for 
Did you mean: 

I want to learn STM32F151RCT8 controller programming where should i start

prasad1
Associate II

should i buy evaluation board if so whch one is better or any online tutorial available

3 REPLIES 3

STM32F151RCT8 doesn't sound like an actual part number, why this one specifically?

https://www.st.com/en/evaluation-tools/32l152cdiscovery.html

The NUCLEO or DISCO series boards are a good low cost choice.

The L0 or L4 series parts might be a better choice today.

Joseph Yiu's Essential Cortex-Mx book series is pretty good

Each of the parts has a Data Sheet, Reference Manual and Programming Manual, search for the specific part(s) of interest, and go to the Resources portion of the page.

Get some generalized training on micro-controllers, and STM32 parts. Wealth of YouTube videos if you care to browse.

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
T J
Lead

I would suggest that you download the Processor Datasheet first to see if this part has all the functions that you want.

after you select a chip, then a Nucleo board is good, you can view the console output in the PC Terminal window.

or else, as @Community member​ suggested a discovery board, they come with an LCD display.

alternatively;

If you look at these displays: BuyDisplay.com

https://www.buydisplay.com/default/4-3-tft-lcd-display-module-controller-board-serial-spi-i2c-mcu

this one has a SPI interface to a 4.3"

but it is not trivial to get it all up and running, hence Clive's suggestion of Discovery boards, which come with LCD and Demo samples.

prasad1
Associate II

not perticularly stm32f151rct i just want to understand any stm32f series device for integrating it in my systems and i am using coIDE for programming but i am not able to get any help related to that or any link related to that