STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Hi i am using nucleo L073Rz board , how do we authenticate a user application bin file flashed in to a board from iap is the correct bin and move on to run.

The problem is crc used in iap for transferring the bin file is to only check for errors during the transfer process , however i dont want any random bin files to be flashed into the flash or executed from it, only certain signed bin files need...

svii by Associate III
  • 605 Views
  • 3 replies
  • 0 kudos

__disable_irq() in ISR possible?

Hello,I have a global variable, wich is accessed by multiple ISRs. Can I safely disable and re-enable the interrupts within an ISR using __disable_irq() and __enable_irq()?Or is there a more elegant way of protecting the variable access?best regards,...

STM32L4 serial communication doesnt work!

hey,i have an STM32L432KBU6 and i want to serial communicate with my chip. I connected the SWCLK, SWDIO and the SWO pin and followed a couple tutorial on youtube but i just cant get the Serial communication done. i just want to open serial monitor li...

OTosu.1 by Associate II
  • 501 Views
  • 2 replies
  • 0 kudos

I am unable to configure CAN in STM32L476VG Discovery board. I wanted to develop an application which sends CAN message and receives CAN message. I enabled 2 interrupts CAN1_TX_Interrupt, CAN1_RX0_Interrupt. I selected Normal Mode only .

When debugging I found that MX_CAN1_Init() is not getting initialized, inside this code HAL_CAN_Init() is blocked by a while loop.That blocking iteration is as follows/* Get tick */ tickstart = HAL_GetTick(); /* Check Sleep mode leave acknowledge */ ...

RahulR by Associate II
  • 655 Views
  • 2 replies
  • 0 kudos

MCU locks up the moment a relay closes. Are there any tips to stabilize / make the MCU less sensitive to external noise?

We have a board with a STM32G071RBT6. The MCU is controlling a mechanical relay that breaks mains voltage (230V). When the relay closes, this causes the MCU to hiccup in rare occasions: either the core locks up and the WDI resets it, or a NMI excepti...

AEste.1 by Associate
  • 414 Views
  • 0 replies
  • 0 kudos

Resolved! Is a 32GB MicroSD HC 1 still a micro SD HC for stm32F446RE ?

Dear experts,My SanDisk Extreme 32GB V30 MicroSD HC 1 is not recognized by HAL.... SDIO 4 bits .Stay stuck in the SD_Init...Is that SD card not compatible with the standard implemented in HAL and the MCU ? Time is short and I cannot dig in the lower...

papageno by Associate III
  • 1887 Views
  • 6 replies
  • 1 kudos

About the output specifications of NUCLEO-L010RB

Hello.I am using NUCLEO-L010RB.What I want to do is to monitor the trigger with the GPIO pin during stanby mode, the sequence operation of the GPIO pin at the time of triggering, and the output of 16MHz from the MCO.However, in the current configurat...

ANaka.1 by Associate
  • 603 Views
  • 2 replies
  • 0 kudos