STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

stm32cube problem with USB

Posted on May 13, 2014 at 20:55I make a project and USB device CDC .(stm32f4discovery) compile and run. when i connect usb , my computer knows Stm32 CDC . but not work, exclamation in device manager on com16. i install driver and test by stm32f103 e...

stm32F4Discovery audio codec problem

Posted on July 19, 2012 at 17:20 Hi, I'm trying to play audio from flash, using your stm32f4_discovery_audio_codec andaudio_sample.c from project examples that comes with this board. Here is my code int main(void) { HardwareIni...

STM32F205RBT6 flash as eeprom

Posted on April 06, 2014 at 06:54I need 10K eeprom.   I am planning to use flash for this. I am using keil1. How to separate part of memory for eeprom , I mean where to mention it. So that it don't get overwritten by hex file.2. Is there any exapmle...

STM32CubeMX doesn't generate stm32f4xx_hal_conf.h

Posted on May 13, 2014 at 19:03Hello,I tried the STM32Cube MX to generate the base project for STM32F4Discovery for True Studio. I have a stm32f4xx_hal_conf_template.h file but the help says the other file should be generated too. Is it normal ? ...

atsju2 by Associate II
  • 406 Views
  • 1 replies
  • 0 kudos

STM32F303 - ADC + Timer

Posted on May 10, 2014 at 13:48Hello everyone,I'm writing here with question about  ADC and Timer combination. I want to trigger the converter using timer. On this day I'm working with ST lib, where this operation is defined like that:ADC_InitStruct...

STM32CubeMX doesn't generate stm32f4xx_hal_conf.h

Posted on May 13, 2014 at 18:50Hello,I tried the STM32Cube MX to generate the base project for STM32F4Discovery for True Studio. I have a stm32f4xx_hal_conf_template.h file but the help says the other file should be generated too. Is it normal ? ...

atsju2 by Associate II
  • 792 Views
  • 3 replies
  • 0 kudos

Resolved! What's with the forum today?

Posted on May 13, 2014 at 15:41Seen things crash a couple of times, all the post information seems broken, either not displaying the correct last poster, or being off by at least one.

Problem to communicate with magnetic encoder SSI, in using SPI

Posted on April 29, 2014 at 09:34Hello,I am working on the AEAT-6600 for 2 weeks and i have problem to communicate with. Indeed, I did the right circuit for Normal mode in the datasheet at the link : http://www.avagotech.com/pages/en/motion_control_...

erwan by Associate
  • 1677 Views
  • 3 replies
  • 0 kudos

About License of ''STMicroelectronics Virtual COM Port''

Posted on May 13, 2014 at 09:21Hi guysIs there someone who knows License of ''STMicroelectronics Virtual COM Port''?Now, I'm developing a device that is included USB CDC function.It's working pretty well.In this moment, I want to apply our company's...

onlycoke by Associate
  • 516 Views
  • 2 replies
  • 0 kudos

standalone I2C (and I2C+DMA) behaviour on 0 byte read.

Posted on May 13, 2014 at 17:29Code to test the behaviour of I2C in a 0-byte read transaction. When  I2C_READ_BYTES = 1 everything works as expected (TC interrupt). if dma is enabled, it will copy the data to buffer when I2C_READ_BYTES = 0 this will...