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

Resolved! Do we have example codes on how to use fire wall to protect function on Flash and data on SRAM for STM32L073RZTx micro controller ? please share the link

I am trying to protect code(in flash) and data(sram) using fire wall feature But board is resetting when exucute the function. Following is the code to initiate and enable fire wall. void firewall_init(void){ FIREWALL_InitTypeDef firewall1; firewall1...

sMNMS by Associate
  • 617 Views
  • 2 replies
  • 0 kudos

MEM-to-MEM transfer using DMA (SRAM to FSMC/FMC)

Hi,As far as I remember, I've read something about that a while back. I was wondering if I can send data to a memory-mapped device (FSMC/FMC) in a continuous loop a byte per iteration using the DMA peripheral. Thanks

Zaher by Senior II
  • 484 Views
  • 2 replies
  • 0 kudos

STM32F10x entering standby mode fails occasionally

Posted on October 28, 2016 at 02:11We use PWR_EnterSTANDBYMode library function to enter the standby mode. I have added line to enable WKUP pin. The STM32 enters standby mode most of times. But, sometimes(once in 25 or so times), it just reaches the...

sandeshm by Associate
  • 1526 Views
  • 9 replies
  • 0 kudos

STM32L486 mcu used as Master SPI, Zigbee device as slave. What configuration of SSM and SSI should i be using?

I am going through an existing implementation, where my MCU's(STM32L486) SPI1 (PA4(NSS), PA5(SCK), PA6(MISO), PA7(MOSI) is used as master, the slave device is a zigbee stack.Currently the master's SSL is configured as Software managed, (SSM=1, SSI= ...

Interrupt Disable, ??/

Hellousing HAL libraries is it possible to disable for a short time an external interrupt pin ??I have had a look in the HAL GPIO files and can not see anything usefulJust want to disable while a trigger a debounce timer, there must be a way of just ...

JHERI by Senior
  • 878 Views
  • 3 replies
  • 1 kudos