STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32L4 SPI UART __IO divergence ?

Posted on March 23, 2016 at 09:58stm32l4xx_hal_spi.h   HAL_SPI_StateTypeDef    State;          /* SPI communication state        */   uint32_t                ErrorCode;      /* SPI Error code                 */ stm32l4xx_hal_uart.h   __IO HAL_UART_S...

Noyb by Associate II
  • 425 Views
  • 3 replies
  • 0 kudos

stm32f4xx_hal_sd. c error

Posted on June 28, 2016 at 10:05Hi! I have a problem with SD card I write a file every second (30 byte added at the end of file) (SDcard @ 4MHz clock 4 wire) and sometimes, when firmware enters in HAL_SD_ReadBlocks function, it blocks  at this stag...

gb by Associate
  • 388 Views
  • 1 replies
  • 0 kudos

STM32F0 I2C Read Problem

Posted on June 28, 2016 at 17:14Hallo, Leider komme ich noch nicht so ganz mit dem lesen von I2C Slaves klar. Das schreiben klappt. Hat jemand eine funktionierende Routine womit ich das lesen mal testen könnte? Im Internet finde ich zwar vieles, nic...

[SOLVED] STM32F746 temperature sensor problem

Posted on June 27, 2016 at 12:22 Hello, I'm trying to get temperature from internal sensor of the STM32F7 I'm a begineer and I'm working on a discovery kit directly on mbed. Currently, the functionHAL_ADC_PollForConversion return no...

Pin configuration in cubemx broken ?

Posted on June 25, 2016 at 00:20I'm using 4.14 (although I had the same behavior with the most recent build on a different machine) under OS XWhen configuring the USB devices on an stm32f303VEx,  the pins are not correctly configured -- indeed there...

Geoffrey1 by Associate III
  • 595 Views
  • 7 replies
  • 0 kudos

Getting started with stm3210e-EVAL

Posted on June 28, 2016 at 10:34Hi everybody, I am trying to use the stm3210e-eval with IAR (7.70). I have downloaded the demonstration software and followed the readme instructions.  - EWARM     - Open the STM3210E-EVAL_Demo.eww workspace     - Reb...

uSDcard sector or block handling

Posted on June 27, 2016 at 16:48we try to use a uSDcard efficiently to log process Data. This works great. Now we would like to erase certain sectors in order to have a kind of a ''ring buffer'' for these process Data. We can't find any documentati...