Skip to main content
llantalan .
Associate II
November 10, 2017
Question

What source file are the pins initialized?

  • November 10, 2017
  • 2 replies
  • 1508 views
Posted on November 10, 2017 at 21:15

What source file initializes these pins?

This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
November 10, 2017
Posted on November 10, 2017 at 22:03

What exactly are you using, the summary/question lack any context information.

Grep source for '_GPIO'

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
llantalan .
Associate II
November 11, 2017
Posted on November 11, 2017 at 02:02

Hi sorry, I am using ST Motor Control Workbench with the Nucleo-F303RE and IHM08M1. As well, I am using IAR workbench.

I know that Control_stage_parameters.h defines all the GPIOs but I can't seem to find the source file that initializes the pins.

Tesla DeLorean
Guru
November 11, 2017
Posted on November 11, 2017 at 02:55

Probably stm32f3xx_hal_msp.c

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
llantalan .
Associate II
November 14, 2017
Posted on November 14, 2017 at 20:18

The Motor Control Example workbench doesn't use stm32f3xx_hal_msp.c