Skip to main content

Questions tagged [stm32f407]

The tag has no usage guidance.

Filter by
Sorted by
Tagged with
0 votes
1 answer
40 views

Capacitive sensor FDC2114 using STM32F407. I wrote code and it seems alright but I don't get answer

...
Hamed Movahediyan's user avatar
0 votes
0 answers
53 views

Not all timer interrupts working on STM32F407 (shared timer IRQ settings)

I am trying to control 8 independent pulse channels using 8 independent pins of the STM32F407. Each pin will supply the pulse pin to a different motor, so I will be controlling 8 independent motors ...
jlaufer's user avatar
  • 51
0 votes
1 answer
9k views

SPI, STM32. What is the NSS mode of operation "hardware nss output signal" for?

In this mode, should pulses be generated from the NSS pin when transmitting data? If I set this mode, then I do not need to connect 3 volts to the NSS pin. The NSS pin remains always low and the SPI ...
stm's user avatar
  • 89
1 vote
1 answer
318 views

SPI STM32. How to enable clocking of the SCK pin?

SPI configured as Master with software SS. Which SPI bits do I need to enable to see the clock on the SCK pin? Image CR1 register. The image shows that when SS switches to zero, the SCK clock starts ...
stm's user avatar
  • 89
0 votes
1 answer
230 views

STM32F407VE Save 4 bytes in flash Issue

4 bytes of new IP (type u32_t or uint32_t, IAR9.30.1) must be stored in flash memory to keep them until the next restart of the microcontroller. Would you tell me how to save 4 bytes without using HAL?...
Al a's user avatar
  • 37
0 votes
1 answer
602 views

STM32F407VE Change/Update IP Address Issue

I have a big problem to change IP Address without restart STM32F407VE. I'm working on STM32F407VE TCP/IP ethernet protocol (IAR9.30.1). I am able to transmit data to arm and receive to pc terminal (...
Al a's user avatar
  • 37
1 vote
0 answers
124 views

STM32F407 powering via tlink but not USB and ST-LINK not working

Some background first. I have a custom STM32 board using a F407 MCU. The board takes 12 V and regulates to 5V then to 3.3V to feed the processor. That feed is directly connected to a SWD header using ...
dj_nexxus's user avatar
1 vote
2 answers
2k views

How to Have Two PWM Signals with Adjustable Duty Cycle

I am using Mosfets as switches in half bridge application. I use STM32F407VG as PWM generator. I used TIM1(TIM1 CH1 and TIM1 CH1N) in order to generate two complementary PWM signals to switch Mosfets. ...
Bowman's user avatar
  • 359
0 votes
1 answer
819 views

Connecting STM32F407VET06 to W5500 Ethernet

I'm newbie about these issues. I'm trying to connect stm32f407vet to w5500. Those pins were connected like following : ...
sandyman's user avatar
1 vote
0 answers
452 views

STM32F407 - how do I run one motor at a time? Why do they ignore delays..?

I'm a newbie. I'm using an STM32F407 discovery board, and I want to control 6 stepper motors using PWM, especially OPM(One Pulse Mode). Till now I've made 3 stepper motors work using Timer 8 (CH1, ...
mappy's user avatar
  • 111