STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

I2C and FIFO STM32L152 ?

Dear Members,I try to translate this paragraph in datasheet :FIFO DataThe circular FIFO depth is 16 and can hold up to 16 samples of SpO2 channel data (Red and IR). The FIFO_DATA register in the I2C register map points to the next sample to be read f...

Resolved! 32F412GDISCOVERY uncompiled code

I have a 32F412GDISCOVERY and I'm interested by the things happening in the demo of the board but I'm not able to find any code. So does anyone have it or have an idea how to get it? I appreciate any help.

ATuin by Associate II
  • 394 Views
  • 1 replies
  • 0 kudos

Defining NOLOAD section in ld script for GCC

I want to define a new section in ld script so I can use that for variables which have to keep their values in case of soft resets (like IWDG).I have done some researches and wrote something like this and added that below the .bss section in ld file....

Resolved! SPI clock issue in modes 2 and 3: H743

The clock and data lines on SPI seem to go tri-state off when not in use even though the SPI channel is left open. Is this expected behaviour? It causes issues with some connected chips as they see the re-establishment of the driven clock signal as a...

0690X000008j2JBQAY.jpg

Multiple DMA Requests for the same DMA Stream

The STM32H7 series has come with the concept of DMAMUX which is different from the older series. it looks awesome and better than the dma request mapping table.But I wonder if it can route multiple dma requests to the same dma stream or not?To be mor...