STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

No ethernet on some switches

Posted on October 15, 2015 at 10:16Guys, I have a strange behavior using STM32F373RCT6 with ENC28J60 Ethernet IC: Overview: The IC is connected to STM controller via SPI. I�ve attached the schematics. It�s configured to half-duplex mode, for compat...

demoman by Associate
  • 589 Views
  • 1 replies
  • 0 kudos

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