STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

help: HAL_Delay and FreeRTOS cause HardFault_Handler

Posted on October 15, 2015 at 04:12I'm using HAL libraries, its HAL_Delay with FreeRTOS will cause HardFaultmy stack backtrace:&sharp0  HardFault_Handler ()    at ./system/stm32f4xx_it.c:83&sharp1  <signal handler called>&sharp2  0x0800343a in xTask...

sprhawk by Associate II
  • 763 Views
  • 2 replies
  • 0 kudos

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