STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! USART Rx with DMA: IDLE interrupt vs timer?

Posted on August 01, 2017 at 16:03Hi ForumI'm trying to implement USART Rx of variable, unknown length messages at a 1Mbps baud rate through DMA. I would like to minimize the latency from receiving to consuming the data, so I'm trying to do this wit...

Resolved! STM32F303R8T6 Bit-Banding Calculation Out of Range

Hi , I encountered an interesting problem while I was trying to calculate the Bit-Banding Address of GPIO registers .The peripherals working on AHB2 and AHB3 busses are overflowing when trying to calculate their bit-banding map .. For Example ;I wan...

BG1 by Senior
  • 700 Views
  • 6 replies
  • 1 kudos

Resolved! STM32F777BIT6 OTP data reprogramming question?

Hi,It says on page 107 of stm32f777bit6 manual that:"Each OTP data block can be programmed until the value 0x00 is programmed in the corresponding OTP lock byte."I understand that OTP is supposed to be one time programmable but the above statement se...

I2C read/write proper way, to many options

HAL_I2C_Mem_Read(I2C_HandleTypeDef, Address, REGUSTER, rsz, buff, bsz, tout);If the device address is 0x77,what is th proper way. I can find non consistent answers, though i cannot read. I get HAL_ERORis it:Anyway each option returns non consistent d...

Marius CO by Associate III
  • 727 Views
  • 2 replies
  • 0 kudos

Potential Silicon Error in SPI1 of STM32L432KC

Hi,I suspect that I encountered with undocumented silicon error of STM32L432KC, while I'm playing with a Nucleo32-L432KC board. Here is how to reproduce it:Start a new project with CubeMX v.4.27.0Select SPI1 as a full duplex master(PA1:SCK, PA6:MISO,...

Innomatic by Associate II
  • 1026 Views
  • 8 replies
  • 0 kudos

USART STM32

I am able to receive only 0x0D in receive buffer, but I can see different data in Receive string.Please can someone help me..unsigned char i = 0, k = 0; //HAL_GPIO_WritePin(GPIOC, GPIO_PIN_2, GPIO_PIN_SET); //Switch ON GSM LDO __HAL_UART_ENABLE_IT(&h...

SDRAM help

Hello.I want to use AS4C8M32SA-6BIN ( https://www.alliancememory.com/wp-content/uploads/pdf/dram/Alliance%20Memory_256M%20SDRAM_AS4C8M32SA-6_7BIN(BCN)%20A%20die_rev%201.0%20November%202016.pdf )But I can't pick up the settings.The names in HAL and th...