STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

After testing the firewall example, NUCLEO-L476RG is resetting continuously even running a simple blinking example with no firewall function.

Board : NUCLEO-L476RGIDE : STM32CubeIDE 1.9.0Driver : STM32Cube_FW_L4_V1.17.2Hello,Recently, I tested the firewall example using the NUCLEO-L476RG, and I have been experiencing strange behaviour since then.After testing the firewall example, the boar...

eziya76 by Associate II
  • 358 Views
  • 1 replies
  • 0 kudos

Why could STM32F103 flash write last so long?

Recently we have noticed in our company problems with writing information into MCU flash. It occured, that write last longer than before and 50 ms watchdog resets device during that. We had to make watchdog delay longer to 100 ms. Now the problem occ...

ROlej.1 by Associate
  • 761 Views
  • 3 replies
  • 0 kudos

SPWF04S Module issue

I was working on the SPWFO4S wifi Module when I noticed duplicate frames data on the server.How to Avoid Duplicate Framessteps:post commandsAT+S.SOCKW=00,370\r\n"POST server linkquery message"AT+S.SOCKQ=00\rread message"AT+S.SOCKR=00observations:Foll...

MRedd.3 by Associate II
  • 328 Views
  • 0 replies
  • 0 kudos

Detect what kinda edge currently is...

Hello guys, i am using the code below (input capture mode, timer 3) because i need measure the high and low pulses, but i am not sure how to know which edge generate the interrupt, i have configured the timer with both edges, but in the interrupt cod...

RComa.1 by Associate II
  • 674 Views
  • 2 replies
  • 0 kudos

Resolved! CAN_Error_Code doesnt really do anyting? (stm32f0xx)

Hi im trying to develop a bit of error management in my canbus driver.I noticed there is an ErrorCode inside the canbus structure. That error code could have any of these values:  But it turns out the hcan.ErrorCode is always HAL_CAN_ERROR_NONE, even...

0693W00000QKGYhQAP.png 0693W00000QKGaEQAX.png
Javier1 by Principal
  • 571 Views
  • 3 replies
  • 0 kudos

Resolved! Dynamic exception priority change in STM32 Cortex-M4

I am using the timer interrupt and currently, it has priority 3 once I get into the ISR then I want to change the priority to 2. I have used like below but the priority not changing.NVIC->IPR[6] |= NVIC_IPR6_PRI_25 & 0x22222222;__dsb(0);In above, __d...

Harish1 by Associate III
  • 1041 Views
  • 7 replies
  • 0 kudos