STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

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
  • 270 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...

Labels