Missing first byte over I2C on STM32F3Discovery Board
Posted on March 14, 2015 at 01:40The original post was too long to process during our migration. Please click on the attachment to read the original post.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on March 14, 2015 at 01:40The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on November 09, 2014 at 23:37I want to use DMA with double buffer. STM32CubeMX provides options for normal and circular buffer. Should I select circular buffer and then modify the source or is it better to wait for the next version of STM32Cu...
Posted on March 11, 2015 at 09:04 I am using microcontroller STM32F On reading EEPROM operation with I2C microcontroller gives 7 clock pulses instead required 9. There is fragment of transmitting on picture. When this cause o...
Posted on August 21, 2013 at 17:05Hello. I have been searching the forums and cannot find an answer, hence I am starting a discussion here. I have been using the STM3220G-EVAL board and the HS USB onboard PHY (obsolete NXP device). I have since crea...
Posted on March 13, 2015 at 16:17Hello, I'm running an STM32L151 at 32MHz and SPI BaudRate = fPCLK / 4. The device is an SPI Master, and tries to read a Slave as fast as possible. I'm using DMA TX and RX to speed up things. I can see the SPI clock r...
Posted on October 04, 2013 at 17:53Hi All, i'm using STM32F407 in USB CDC mode, i'm having issue when i'm sending bytes from STM to PC, client application on PC is minicom, issue is when i close minicom and STM runs into ''frozen'' state until i...
Posted on March 13, 2015 at 13:17play mp3 with USB via DMA , then UART interrupt Handler miss some data sir, i am working on a project in which we use stm32f407 discovery board, in which we play audio song with USB using DMA (DMA1 stream7) , a...
Posted on March 12, 2015 at 14:27eg:The 10 first pages of Flash are write protected.The read protect level 1 is activated.What's happen when going back to level 0 ?According Reference manual, a mass erase is done but what's happen to the write prote...
Posted on March 13, 2015 at 08:52i am simply testing FATFS with my uSD card, whenever i write more than 800 bytes of hex data in card using f_write, it writes junk data, the hex file is attached, my code is shown below#define size 1200uint32_t buffe...
Posted on March 13, 2015 at 10:36 Hi, I am trying to interface to the Heimann 16x16 sensor but having issue with the timings and synchronization. There is only one bi-directional data line as shown in the pinouts below.The device acts as ...