STM32 MCUs Products

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
  • 491 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
  • 1241 Views
  • 9 replies
  • 0 kudos

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
  • 713 Views
  • 3 replies
  • 1 kudos