STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F2xx USB OTG_HS Host in FS mode

Posted on January 26, 2015 at 14:48 Hi, It's already a few weeks I'm trying to bring up a solution of the USB Host via USB HS module with internal FS PHY. The same code works fine if I use OTG_FS module, once I pass to OTG_HS I'm starting ...

dimax by Senior
  • 373 Views
  • 12 replies
  • 0 kudos

Can not flash in STM32F429i_Disco

Posted on March 08, 2015 at 04:10I need to read the flash, add 1 then flash back to same address, so that I can keep track how many time the user use the device, I use: ~~~~~~~~  FLASH_Unlock();   FLASH_ClearFlag(FLASH_FLAG_EOP | FLASH_FLAG_OPERR | ...

Linda by Associate II
  • 134 Views
  • 2 replies
  • 0 kudos

FMC SRAM High Speed problem

Posted on March 06, 2015 at 20:29I'm using Keil on an stm32f4xx with 10ns read/write sramI have configured the FMC with a data ready of 2 HCLK (my speed is 180 Mhz) so that is 90 Mhz, which is slower than the rating of 100 Mhz of the SRAM, however t...

Logarithm and exponential function

Posted on March 09, 2015 at 10:02Hello, I am using STM32F3 Discovery kit. I need to calculate logarithms and exponential function (e^x). I cant find these functions anywhere. Are they in any libraries from ST? Thank you for answers

j3lda by Associate II
  • 771 Views
  • 2 replies
  • 0 kudos

STemWin V5.26 not displaying extended characters?

Posted on February 02, 2015 at 18:52 I'd like to display the characters on the ''GUI_Font20_1'' font above I have modified the ''Hello World example (STM32Cube_FW_F4_V1.4.0\Projects\STM32F429I-Discovery\Applications\STemWin\STemWin_HelloWorld) ...

hbarta2 by Associate III
  • 155 Views
  • 3 replies
  • 0 kudos

Ethernet cable connection

Posted on December 05, 2013 at 14:45Dear all, I'm trying to work with ethernet communication and I started with '' AN3376: STM32F2x7 In-Application Programming (IAP) over Ethernet ''. Example works properly but boards must be connected to the ethern...

momede by Associate II
  • 249 Views
  • 2 replies
  • 0 kudos

SPI with mixed DMA / manual XFER and TXFIFO issue

Posted on February 15, 2015 at 21:59I am using SPI in slave mode with a mix of manual transmission/reception at the beginning of my message protocol (first 3 bytes manual), then DMA in the middle for the data transfer, then manual ACK/NAK byte respo...

gahelton1 by Associate III
  • 137 Views
  • 4 replies
  • 0 kudos