STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

DMA double buffer with STM32CubeMX

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...

sdim by Associate III
  • 1721 Views
  • 4 replies
  • 2 kudos

Invalid clock pulse on I2C

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...

0690X00000605F0QAI.png
sdianoff by Associate II
  • 1077 Views
  • 3 replies
  • 0 kudos

STM32F207 and STULPI01B Registers

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...

ckern by Associate II
  • 463 Views
  • 1 replies
  • 0 kudos

STM32L1 SPI throughput

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...

Kuikui by Associate III
  • 364 Views
  • 0 replies
  • 0 kudos

USB CDC state detection

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...

STM32F3: Back to Read Protect level 0

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...

SD CARD data larger than 800 bytes write error

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...

scholar by Associate II
  • 1032 Views
  • 4 replies
  • 0 kudos

STM32F407 comms to thermopile

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 ...

0690X00000605FoQAI.png 0690X00000605FAQAY.png 0690X00000605FFQAY.png 0690X00000605GDQAY.png
paul23 by Associate II
  • 520 Views
  • 1 replies
  • 0 kudos

STM32F407 custom bootloader with encryption support

Posted on March 11, 2015 at 17:24Hello,     I am trying to develop a product with STM32F407 processor that must be firmware upgradeable in the field. The problem that I am thinking of is that somebody could easily make the same hw design of the boar...