STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

F407 code porting to F411

Posted on October 14, 2015 at 18:51Hi, I am using CoIDE. Unfortunately it doesn't support the F411 but the 407, so I am coding for the F407. What adjustments do I have to do (linkerscript, startup.s ?) in order to make the F407 code compile and run ...

Where is TIM_GetITStatus() documented?

Posted on October 14, 2015 at 22:57I'm using the STM32F0308-DISCO board and want to have an interrupt generated on both edges of a PWM (generated by TIM15).  Using STM32CubeMX, I found how to generate the TIM15_IRQHandler.  Then, a search here showe...

STM32F030 Internal Timers

Posted on October 14, 2015 at 22:01I have an application where an external rising edge triggers timer 15 on PA2(pin 16) used in its input capture and compare mode. Then slave timer 3 from timer 15 to clock the internal ADC receiving data on PA0 (pin...

STM32F401RET6 - Nucleo Board - SPI Problems

Posted on October 14, 2015 at 00:53 I have been working on setting up and trying to test the SPI output from the Nucleo-F401RE. I am currently using a logic analyzer to view the data and clock lines, though I have not yet been able to see any ch...

Watchdog reset while changing CLock frequency

Posted on October 14, 2015 at 16:13I have configured my stm32f427 microcontroller,  Sysclk to run in a clock frequency of 60mhz(HSI and PLL). I have reduced it to 16mhz (Sysclk directly from HSI). While executing this code watchdog resets. Below men...

jijo137 by Associate II
  • 464 Views
  • 2 replies
  • 0 kudos

SPI readout of a sensor

Posted on October 12, 2015 at 01:55Hi, I am trying a very simple thing: I would like to read a register of a sensor. So the first thing I did is to write the read-register (8 bit) to the sensor. After that the DR register has been filled with dummy...

USART RX interrupt driven ring buffer

Posted on October 14, 2015 at 08:51Hey guys. First of all im new to this kind of stuff, so dont judge me please. I've been working for days on USART. I learned to transmit and receive strings via usart in normal mode, but as i try to do it with inte...

e239955 by Associate II
  • 1176 Views
  • 5 replies
  • 0 kudos