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 SDMMC Correct Sequence for writing multiple blocks

I am in the process of porting some code from stm32F405 to stm32L496 in the hope of reducing current consumption.One of the things my code does is write to an SD card, and because it writes a lot of data, I useSD_CMD_WRITE_MULT_BLOCKAnd then repeat {...

Danish1 by Lead III
  • 1010 Views
  • 1 replies
  • 0 kudos

NAND Flash File system

I am working on raw NAND Flash memory with STM32L496 DISCOVERY board, and want implement file system which should include wear-leveling and bad block handling without any operating system .which file system should i use???is there any porting documen...

aahme.4 by Associate II
  • 508 Views
  • 0 replies
  • 0 kudos

Resolved! get interrupt state

How to get interrupt state (enabled or disabled) via HAL?In my void I need to do HAL_TIM_OC_Stop_IT() only if this interrupt enabled.

NVIC_SCBDeInit is in contraddiction with Cortex manual (??)

At the end of NVIC_SCBDeInit I see these instructions:[...]SCB->CFSR = 0xFFFFFFFF;SCB->HFSR = 0xFFFFFFFF;SCB->DFSR = 0xFFFFFFFF;The first one is a status register. Why writing it?For the second one the manual states:"This register is read, write to c...

sirpak by Associate II
  • 424 Views
  • 0 replies
  • 0 kudos

Resolved! Where and how are some SYSCFG registers stored?

Hello,I read ref manual part about SYSCFG (STM32H7 in my case). There are some regs that have an undefined reset value and the meaning of the regs is so that the contents is important at HW reset (BOOT_ADDx, BANK_SWAP). These regs are marked read onl...

Audio recording with Nucleo-L476RG

Hi, I am trying to test the Nucleo-L476RG with dev board nucleo STM32L476RGT6.I am able to see the audio interface on my laptop but as I try to record some audio the signal I get is empty. Do you have any ideas on how I can fix that ?Thanks,Raphael

RBlou by Associate
  • 513 Views
  • 1 replies
  • 0 kudos

What about RTC after a bank switch?

I use dual flash bank in STM32L4. I perform a flash bank switch by programming bit BFB2 in OPTR.Sometimes, after the new software has started, RTC seems to be returned to reset state: date and time are lost and RTC internal registers are cleared! In...

dario2 by Associate III
  • 637 Views
  • 1 replies
  • 0 kudos