STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SPI state tracking

Posted on January 08, 2014 at 06:10I've got a SPI device that wants me to lower CS* then transfer data on the SPI pins, then raise CS*. (This is not an uncommon requirement :) But I am really perplexed how this is supposed to be achieved. One way I'...

need to change CRC peripheral's polynomial

Posted on January 04, 2014 at 03:13The reference manual for the STM32F4 states that the polynomial for the CRC generator is 0x4C11DB7I must change it to 0x0B5D0A7D or else my application will not work, as I am spoofing another deviceIs there a trick...

STM32 Dac strange behaviour...

Posted on January 02, 2014 at 16:26Hello, I have been trying some waveform generation using DAC + DMA. This works quite nicely, and I am now generating I + Q waveforms for a small SDR radio project. Just to see what cand be done, I have pushed up th...

gullik by Associate II
  • 788 Views
  • 5 replies
  • 0 kudos

STM32F373CB microcontrollers with T7 grade

Posted on January 07, 2014 at 15:13According to the technical specification  a suffix 7 version part is considered as a part of the STM32F373 family. The part STM32F373VBT7 is already listed with a preview status at the STM website. Is it possible t...

victor2 by Associate
  • 258 Views
  • 0 replies
  • 0 kudos

Garbage character in Usart buffer on reset

Posted on January 06, 2014 at 21:20Hello Everyone, I have been having this issue for a while on a STM32L100-Discovery board, apparently on reset there is always a garbage character transmitted to the terminal.  After the reset the USART works fine. ...

STM3240G-EVAL USB-HS code don´t work

Posted on January 03, 2014 at 08:17 hi, maybe someone can help me. I want test the USB-HS on my board and take the example code from the ST Homepage. After the elimination of all compiler errors and declartion of the defined Symbols, the code stops ...

STM32F41x I2C/DMA Issue

Posted on January 06, 2014 at 23:24Hi Everyone,I have written a DMA-based I2C driver that has been tested and is working reliably for normal healthy reads and writes. I get in to trouble if I try to write to a slave that does not ACK its address. In...

kenny by Associate II
  • 308 Views
  • 1 replies
  • 0 kudos

usb mass storage

Posted on January 07, 2014 at 12:12Hello Im using stm32f217 for usb mass storage in host mode. when I connect my pendrive it is getting detected but port not getting enabled(i.e.penchng bit in otg_fs_hprt register is not setting by the core).So th...

USB desvice descriptor viewer

Posted on January 06, 2014 at 12:19Hi all,I am looking for a free tool for ''USB device descriptor viewer'' running on windows.Does anyone has this kind of tool?I think there is someting from Microsoft but I didn't find it in the web.

Char array of 1024 causes incorrect behaviour

Posted on January 05, 2014 at 18:36Hi,We have a simple bit of code simply turning on an LED, however when initialising a char array of 1024 anywhere in the code the project is still built, but fails to enable the LED (or anything else, but we've str...

rowangee by Associate
  • 833 Views
  • 7 replies
  • 0 kudos