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...
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...
Posted on June 28, 2016 at 09:51Hi, I have a problem with my stm32f46g disco board. When I want to compile program on mbed.org and after that copy that file to disco board I get a fail.txt and info: RESERVED BITS. What happen? I may connect with ST-...
Posted on June 28, 2016 at 20:52I have looked around on ST website and the forums for getting playback and record working on STM32F4-Discovery board. I only found the playback and record example that uses the FatFs and the USB storage device.However...
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...
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...
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...
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...
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...
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...
Posted on June 28, 2016 at 23:51STM32F407VGT6 programming