STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

DMA Issue for STM32F427 and OV5642

Posted on November 16, 2016 at 06:27Hello!Sir:I have a project which is the MCU(STM32F427) to drive the camera module(OV5642) and referenced the arduino web site (https://github.com/ArduCAM/Arduino/tree/master/ArduCAM) to setup the register value fo...

pohua by Associate II
  • 442 Views
  • 2 replies
  • 0 kudos

STM32F429 Dead alternate function on pin?

Posted on November 16, 2016 at 06:42Hello,I am trying to configure pins D0-D15 on the STM32F429VIT6 to output sram data. The code seems to be functioning properly and I have scoped out each of the pins however Pin44(PE13)-D10 seems to never go high....

USB communication on Nucleo-64 STM32F401RE

Posted on November 16, 2016 at 10:25Hi,Currently I implemented SPI communication to external device using Nucleo-64 stm32f401RE.SPI implementation is based on Bit banding and not the HW SPI.Clk rate is ~3.2MHzSince the Nucleo-64 is used to communica...

nirb by Associate II
  • 1015 Views
  • 2 replies
  • 0 kudos

Is KEIL compiled .lib file compatible with GCC objdump?

Posted on November 12, 2016 at 23:21After I compiled the .lib library file using KEIL tool, then using rm-none-eabi-objdump to parse the .lib or any of the intermediate .o files, GCC objdump reports that ''File format not recognized''. I was wonderi...

Vu.Andy by Associate III
  • 1242 Views
  • 6 replies
  • 0 kudos

STM32L486 Firewall problem

Posted on November 09, 2016 at 14:57Hello,I'm trying to use the firewall on STM32L486 MCU and I'm faced with a problem.I have a security code with one entry point and a private data that should be protected by firewall.I'm trying to prevent reading ...

rpiskun by Associate
  • 365 Views
  • 1 replies
  • 0 kudos

USART3_4_IRQn undefined

Posted on November 16, 2016 at 10:07Hi Forum,I'm looking to implement USART3 on the stm32091, but get the following error  error:  #20: identifier ''USART3_4_IRQn'' is undefined. when I compile at the following line. NVIC_InitStructure.NVIC_IRQChann...

stenasc by Senior
  • 1080 Views
  • 5 replies
  • 0 kudos

HID Power Device Report Descriptor

Posted on February 18, 2016 at 10:39Hi, I have implemented HID Power Device (Battery as HID) on STM32L0. I need only proper report descriptor and report to send to windows. I have got working report descriptor from , but I can't create proper report...