cancel
Showing results for 
Search instead for 
Did you mean: 

Evaluation module or Development Environment for STM32F103RCT6

JANANI B
Associate
Posted on November 06, 2017 at 14:46

Hi,

Is there an evaluation module for the above said MCU- to test its capabilities or to add other control modules?

What kind of software support will be provided if in case we choose this MCU for our product?

#stm32f103rct6 #evm #software-support #evaluation-boards
4 REPLIES 4
Amel NASRI
ST Employee
Posted on November 06, 2017 at 15:47

Hi

ehivetek17

‌,

As you are interested on the

http://www.st.com/content/st_com/en/products/microcontrollers/stm32-32-bit-arm-cortex-mcus/stm32-mainstream-mcus/stm32f1-series/stm32f103/stm32f103rc.html

, you can start to evaluate it easily with the

http://www.st.com/content/st_com/en/products/evaluation-tools/product-evaluation-tools/mcu-eval-tools/stm32-mcu-eval-tools/stm32-mcu-nucleo/nucleo-f103rb.html

.

Some ready to use examples for this particular board or other boards affered by ST for the STM32F1 are available underSTM32Cube_FW_F1_V1.6.0\Projects.

The package STM32CubeF1 can be downloaded from

http://www.st.com/content/st_com/en/products/embedded-software/mcus-embedded-software/stm32-embedded-software/stm32cube-embedded-software/stm32cubef1.html

. This package contains the drivers off all peripherals besides to the examples.

To know more about the examples, have a look to

http://www.st.com/resource/en/application_note/dm002096pdf

.

Hope you can start easily giving all these inputs.

If you need a dedicated support, you have to contact an FAE.

Otherwise, all your STM32 related questions are welcome here in the

https://community.st.com/community/stm32-community/stm32-forum/activity

space.

-Amel

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

Posted on November 06, 2017 at 18:56

You might want to consider some of the newer part families that provide better features and lower power.

>>

What kind of software support will be provided if in case we choose this MCU for our product?

Libraries are available, but you are ultimately responsible for your own development and support costs. ST maintains a list of contractors and consultants if you need to staff your project/team.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Posted on November 07, 2017 at 17:56

Hi,

Thanks for your reply.

Our project involves the following,

A MCU for Metering application for EVSE, an RFID module for authentication, 7' TFT LCD Display, a WiFi Module for communication.

Will the STM32F1 series of Microcontrollers support this

?

Are there software libraries readily available to support a 7'LCD in the STM32F1 series?

Posted on November 07, 2017 at 19:14

The F1 will not drive a TFT display directly, you would need it to have a controller, and talk to the controller over the external bus (FSMC). The physically size is less important than the pixel resolution in horizontal and vertical axis. The F1 has limited internal RAM resources, and this may make it difficult to manage high-resolution displays. ST has some graphic libraries, and Segger also has some full commercial offerings.

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