Our Online Store have the new products: RFID antenna board. Currently it can work with JC10M24R and JCOP4 card chips.
Compared with normal cards, the antenna board module has a smaller size and fixed holes, which is easy to integrate in the IOT(Internet Of Things) project.

How to study STM32?

Embedded system programming,electronics DIY, ARM, Arduino, STM32, 8051, STM8,module, shield, development board.
BirdKing
Posts: 86
Joined: Wed Nov 04, 2015 7:23 am
Points :656
Contact:

How to study STM32?

Post by BirdKing » Mon Dec 03, 2018 9:23 pm

Hello, everyone. I want to study STM32. But a lot of material introduces the STM32. I don't know which one I should choose to see firstly. In other words, for STM32 study, what is the best learning steps?

helenali
Posts: 1
Joined: Wed Oct 31, 2018 2:38 am
Points :16
Contact:

Re: How to study STM32?

Post by helenali » Tue Dec 04, 2018 4:15 am

You can try a simple project firstly.

e.g. Light up LEDs or Blink LEDs on the STM32 board
Both of the following two boards come with Led. Just try to create a simple blink LED program using STM32 board.

STM32F103
STM32F411 NUCLEO

BirdKing
Posts: 86
Joined: Wed Nov 04, 2015 7:23 am
Points :656
Contact:

Re: How to study STM32?

Post by BirdKing » Wed Dec 05, 2018 10:11 am

Thanks for your answer. I have F103B board now. But I still confused about what you said. Need I learn some pdf firstly?

gandalf
Posts: 11
Joined: Wed Aug 31, 2016 9:57 pm
Points :224
Contact:

Re: How to study STM32?

Post by gandalf » Thu Dec 06, 2018 6:14 am

BirdKing wrote:
Wed Dec 05, 2018 10:11 am
Thanks for your answer. I have F103B board now. But I still confused about what you said. Need I learn some pdf firstly?
how about post your eva-board spec?

BirdKing
Posts: 86
Joined: Wed Nov 04, 2015 7:23 am
Points :656
Contact:

Re: How to study STM32?

Post by BirdKing » Mon Dec 10, 2018 12:41 am

STM32F103. I think I could learn the core spec.

stm32
Posts: 9
Joined: Tue May 08, 2018 7:18 pm
Points :106
Contact:

Re: How to study STM32?

Post by stm32 » Thu Dec 13, 2018 6:31 am

It can be implemented a simple LED blinking programe with the assist of STM32CUBEMX, and only two lines of code is enough.

Code: Select all

	HAL_GPIO_TogglePin(GPIOC,GPIO_PIN_13);
	/* Insert delay 1000 ms */
	  HAL_Delay(1000);
You do not have the required permissions to view the files attached to this post. Please login first.

HUGAZ
Posts: 2
Joined: Thu Apr 11, 2019 7:31 am
Points :24
Contact:

Re: How to study STM32?

Post by HUGAZ » Mon Apr 15, 2019 6:52 am

I want to learn real micro controller programming with STM32. Which library should I use.

DaHuFa
Posts: 53
Joined: Mon Jun 04, 2018 5:07 am
Points :392
Contact:

Re: How to study STM32?

Post by DaHuFa » Thu May 09, 2019 9:01 am

HUGAZ wrote:
Mon Apr 15, 2019 6:52 am
I want to learn real micro controller programming with STM32. Which library should I use.
Which library? I think you should study specs firstly.

Post Reply Previous topicNext topic

Who is online

Users browsing this forum: No registered users and 9 guests

JavaCard OS : Disclaimer