STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32 GPIOs state during/after startup

Posted on October 12, 2015 at 11:25Hi guys, as a preface: Thank you to everybody contributing in these forums! I have found a lot of useful information and good ideas here. Here comes my question: I work with the STM32F100VB. In my application it's ...

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
  • 826 Views
  • 2 replies
  • 0 kudos

Again...ADC with 2 Channel with DMA not working!?

Posted on October 15, 2015 at 06:03 Hi.I'm a newbie in ST and ARM.I tried to setup 2 Channel ADC with DMA but it's not working.Can somebody guide me?.I think i keep on making mistakes somewhere.Thanks! /*Preprocessors Directives*/ #in...

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

Problem with FATFS File System on nucleo Board L152RE

Posted on October 14, 2015 at 16:03Hi,I would like to know if it's possible to use FATFS file system on a nucleo L152RE without using memory card.I just want to use the flash of the nucleo board but i need to save some informations with three fields...

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
  • 602 Views
  • 2 replies
  • 0 kudos