STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How can I either turn off HardFault_Handler interrupts or find out whether I'm running stand-alone or with a debugger?

I am working with the STM32F405-microcontroller and I'm writing my code inside Eclipse (NOT System Workbench) and I'm compiling with GCC and I am debugging using GDB OpenOCD Debugging. My project only has a debug-configuration, it does not have a rel...

arnold_w by Senior II
  • 556 Views
  • 3 replies
  • 0 kudos

SPI EOT interrupt triggered right after SPI enable

Hello,I do some SPI communication, which in general works fine, now I want to get an interrupt at the end of transmission. I use only TxFifo, so TSIZE is left 0. It works fine to load some data into TxFifo via TXDR. Now I enabled SPI interrupt and se...

How to put device into shutdown mode? STM32L4R5ZI

I am trying to modify the example given for neucleo - LP14R5ZI and port for my custom board.User button in example is similar to PA0 in my codeand similarly for LEDThe device does not go into shutdown mode. I have attached main.c of my modified code

VPuro by Associate
  • 487 Views
  • 1 replies
  • 0 kudos

Resolved! STM32F746 QSPI: problem with Flash ROM(Winbond W25Q16JV)

I have a problem with QSPI. I try everything, but program doesn't work.I am using STM32F746 series MCU and I am trying to interface with a quad spi memory from Winbond (W25Q16JV).I am following the example found in this location:(I modified some inte...

KNono by Associate II
  • 4911 Views
  • 4 replies
  • 0 kudos

CAN bus does not work

Hello,I am using the STM32F7 in my project, which uses the CAN1. I create the project from cubemx and connect it to a STM32F4 evaluation board to test. I can see the Can signal via the oscillations cope after the transceiver, but no interrupt can be ...

kqian by Associate II
  • 1112 Views
  • 2 replies
  • 0 kudos