STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

stm32 multiple ADC redings error

Posted on June 11, 2018 at 12:14 hi, I'm using cubemx to initiate the project, the mcu I'm using is stm32L053C6. To that I have 2 sensors and 2 transistors connected to adc inputs. The code below shows how I get the input value, voltage, f...

Resolved! How to run code in RAM(STM32H7 MCU)

Posted on June 10, 2018 at 14:28Hello.,.,I am using STM32H743 MCU in our application. Here I have a reuirement to run the program in RAM during debug session, I am using Keil 5 IDE. Presently the is flashing to MCU flash during debug also. Can anybo...

DMA uart XferCpltCallback problem

Posted on June 09, 2018 at 08:55Hi I use DMA in Interrupt mode to receive data from UART Periph to memory. data is transfered (my destination memory is occupied correctly)but my DMAReceiptComplete() callback function is never called./*--------------...

Resolved! usb on nucleo-f412zq

Posted on June 11, 2018 at 07:38I am going to use usb on nucleo-f412zq but there is no HSE on the board how can i setup clock configuration to use usb? Thanks.

Resolved! CAN bus transmit interrupt

Posted on June 08, 2018 at 10:55Dear All, I have an question about CAN bus transmit interrupt. I use STM32F303.In reference manual, it describes when transmit mailbox becomes empty, the interrupt will be triggered.It also means of that when transmit...

yang2 by Associate III
  • 2460 Views
  • 5 replies
  • 0 kudos

STM32F4 Endianess and 24 bit data

Posted on April 29, 2018 at 02:12Hi, trying to get I2S working with 24 bit data. The function call HAL_I2S_Transmit takes a pointer to unsigned 16 bit var so there needs to be 2 transfers to get 24 bits into the I2S. I am using an unsigned 32 bit va...

Hard fault after first JPG with 746D

Posted on June 06, 2018 at 21:40 I am building code to show all jpeg images in SD card and print their names. I use the STM32F746 Discovery. The jpeg decoder crashes after the first image. The Jpg decoder stays at hard fault loop. If I comment the ...

LMI2 by Lead
  • 1039 Views
  • 10 replies
  • 0 kudos

SDMMC status flags

Posted on June 10, 2018 at 23:14Hi,I am using the SDMMC module of the STM32F767ZI to read data from SD cards.In general everything seems to work but I have some problems because I am getting CRC errors when reading 512 byte data blocks from the SD c...