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

STM32L496 - Power OFF SRAM1 during Run Mode

I want to know if is possible power OFF the SRAM1 (256kb) and keep only SRAM2 (64kb) ON, during Run Mode. I know that is possible power OFF SRAM2 in Standby-Mode with the register PWR_CR3 (bit RRS). - Reference Manual pag. 187

Receive SPI data from an unknown device.

Hi I want to communicate with a device that uses SPI, I want to grab data from this device but when it transmits a byte waits for an acknowledgment signal which is a positive pulse with 2us lent. So I should wait until it sends 1 byte of data, store ...

Dariush by Associate II
  • 1116 Views
  • 5 replies
  • 0 kudos

Trying to get CAN2 working.

I'm using the STM32F105R8T6, STM32Cube_FW_F1_V1.8.0, and Atollic TrueSTUDIO 9.3.0.I have CAN1 working already, and am now trying to get CAN2 working *instead*. That is, I'm swapping over from CAN1-only to CAN2-only, as an interim step before trying ...

STM32 wakeup from gpio using radio rx done interrupt

I want to wake my STM32 mcu from stop2 mode using an external interrupt from sx1262 radio. I configured the gpio pin like this:/*Configure GPIO pin : RADIO_DIO1_Pin */ GPIO_InitStruct.Pin = RADIO_DIO1_Pin; GPIO_InitStruct.Mode = GPIO_MODE_IT_FALLING;...