STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Very slow HAL (SPI)

Posted on May 02, 2017 at 09:16Hi,I use the HAL Library for a STM32L4 MCU clocked at 80MHz. The time between two Bytes are 3us. This is to slow for my Application, but I can not transfer more bytes or use a DMA, because I must react on a Signal from...

USART Communication Question

Posted on July 25, 2017 at 16:25I use chip STM32L073RzTx and STM32F103C8 , compiler and IDE True Studio, HAL base coding, develop board stm32nucleo I want using printf() in UART Communication  I used TDR register UART Communication good working but ...

Resolved! STM32f4 SPI data was broken

Posted on July 27, 2017 at 13:23Hi,I communicate with ADS1299(24bit, 8CH ADC chip) by SPI.ADS1299 SPI specification isCPOL=0 CPHA= 1Max SCLK = 20MHzand command flow is1) send read command(0x12)2) send dummy(x00) to make SCLK and receive 27 byte data...

0690X00000607dyQAA.png 0690X00000607e8QAA.png

Resolved! STM32 I2C HAL slave receive callback not called

Posted on July 22, 2017 at 02:47I find when I make a call to HAL_I2C_Slave_Receive_IT it returns HAL_OK but it never manages to call the callback function, my HAL_I2C_SlaveRxCpltCallback(I2C_HandleTypeDef *I2cHandle) implementation.Using a logic ana...

Arete sw by Associate II
  • 6135 Views
  • 13 replies
  • 2 kudos

How accurate is the internal RTC of STM32F407VG?

Posted on July 27, 2017 at 11:48I got to know that STM32F407VGT6 has an internal RTC support with either internal oscillator or an external one. Since the internal 32kHz oscillator is not that accurate, I would like to use an external 32kHZ oscillat...

SD_FindSCR Function Problem

Posted on July 27, 2017 at 10:56Hi,I use stm32f745 processor and SDMMC (SD 4 bits Wide bus ) at CubeMx. While sd card is writing data at every one minute, sometimes code is stopping at SD_FindSCR function in stm32f7xx_hal_sd.c library. This event is...

ali2399 by Associate II
  • 334 Views
  • 0 replies
  • 0 kudos

How to set LWIP debug to usart2 ?

Posted on July 24, 2017 at 10:29Hi,i already have done the setup for the lwip stack on the STM3210C-Eval board. I can already send via TCP/UDP and also RS232 to the uC (PC-->uC) and get also a echo back (uC-->PC). The debug output of the lwip-stack ...