STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USB with Cube.

Posted on January 29, 2016 at 08:14Hi. I have been playing with Cube for the Nucleo F1 series, and I'm interested in getting a USB app running. I know a little about HID, and I can create a HID cube project for SW4STM32 and it enumerates as a HID. T...

kvresto by Senior
  • 764 Views
  • 5 replies
  • 0 kudos

Flash memory driver

Posted on January 31, 2016 at 22:24I'm working my way through AN4061:http://www.st.com/web/en/resource/technical/document/application_note/DM00049914.pdfUnder section 2.3, it says ''This section describes the driver implemented for the EEPROM emulat...

joe2399 by Associate II
  • 853 Views
  • 2 replies
  • 0 kudos

[F030] Using ADC with DMA and multiple channels

Posted on January 30, 2016 at 13:38hello allI need advice about using the ADC embedded in the STM32F03. I am connecting 5 analogue sources which I want to acquire with different rateS0 every 2nd sampleS1 every 3rd sampleS2 every 6th sampleThe idea i...

stanzanim by Associate III
  • 438 Views
  • 2 replies
  • 0 kudos

interfacing between different boards

Posted on January 30, 2016 at 06:42I got a NUCLEO-F446RE, which I use to send control signal to other board via SPI and GPIO. The NUCLEO and the board are powered separately. I wonder do I have to put them to the common ground so to make them work?

llwaeva by Associate II
  • 489 Views
  • 2 replies
  • 0 kudos

Multiple Channel ADC on STM32 L1 Discovery with CooCox

Posted on January 29, 2016 at 13:46Hello STM users,I have been thrown in 'at the deep' using an STM32L152 in a commercial product design. I have inherited some code which uses the CooCox CooIDE for development and an STM32 L1 discovery board which u...

cht35 by Associate II
  • 2001 Views
  • 15 replies
  • 0 kudos

problem using STM32F407 FSMC with NOR flash

Posted on January 28, 2016 at 09:53Hi all,I am trying to interface with JR28F064M29EW NOR flash (https://www.micron.com/~/media/documents/products/data-sheet/nor-flash/parallel/m29ew/m29ew_32mb_128mb.pdf) using the STM32F407 MCU. However, I couldn't...

minh3192 by Associate II
  • 822 Views
  • 4 replies
  • 0 kudos

STM32Fxx USART application bootloader

Posted on January 29, 2016 at 05:07I am writing an application bootloader for stm32f4xx. What is the best way to detect end of transmission over serial line? #!stm32f4-!stm32f401

nus by Associate
  • 869 Views
  • 6 replies
  • 0 kudos

Pin PA8 configured as OUTPUT

Posted on January 29, 2016 at 16:30 Hello, I'm trying for several days to set up the pin PA8 ( STM32F4) as output but I do not see anything with an oscilloscope. Here is the code I use ...

guigui by Associate II
  • 1617 Views
  • 5 replies
  • 0 kudos

How to interface my own disk on STM32CubeMx FatFs ?

Posted on January 29, 2016 at 14:53Guys, It's  been a few days for me trying to interface user_diskio.c and I read from UM1721... page 16 saying : ..... 2.8 Interface your own disk to FatFs If a working storage control module is available, it should...