STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SD_Card

Posted on October 23, 2016 at 07:56Hi All,1. I'm writing code for the STM32F042 chip with it's evk i.e. STM32F042K6_NUCLEO.2. I'm using the IAR program to write it's code, using the supplied example named: SPI_FullDuplex_ComIT. to write into a SD_Ca...

shimon by Associate
  • 138 Views
  • 0 replies
  • 0 kudos

I have errors when debug and download code

Posted on October 22, 2016 at 14:58Error[Li005]: no definition for ''USB_Init'' [referenced from C:\Users\success\Desktop\Programme PFE ACCE_GYRO_USB\first _example\Debug\Obj\main.o] Error[Li005]: no definition for ''UserToPMABufferCopy'' [reference...

Interface two STM32F uC via FMSC

Posted on October 21, 2016 at 04:34Is possible to interface two STM32's one F7 and one F4 via the Flexible Memory Controller?Thanks for the help. #stm32f4 #fmc #fmsc

mazielvc by Associate II
  • 234 Views
  • 3 replies
  • 1 kudos

STM32F746, Pixel erros with VRAM in remapped SDRAM

Posted on October 22, 2016 at 22:41Hi there,I have a F7 setup with running LTDC, DMA2D and SDRAM to drive a tft display. The VRAM buffer is defined in SDRAM memory.When I use the standard SDRAM address mapping at 0xC0000000, the display works fine w...

DFUSE Demo bricks STM32L476

Posted on October 21, 2016 at 21:00 We had success updating our device with the DFUSE demo which uses a STM32F4 device. We now have a product with a STM32L476 device, but when I try to update it via DFUSE demo, it bricks it. To get the de...

seb2 by Associate
  • 125 Views
  • 2 replies
  • 0 kudos

Questions about hardware debug support (DBG)

Posted on October 21, 2016 at 23:12I have a few questions about the hardware debug support.1)  Is there a way for software to detect and active SWD connection ?   2)  Any examples of using the debug monitor exception ?We're building some small data ...

Geoffrey1 by Associate III
  • 112 Views
  • 0 replies
  • 0 kudos

ADC1 IN0 and ADC2 IN0 are on the same pin? F407VGTx

Posted on October 20, 2016 at 23:42I tried to assign a different pin for both but could not. I thought that they would be in separate pins automatically. CPU is STM32F407VGT* and the Cube is 4.17.0. Library is current version 1.13.1

LMI2 by Lead
  • 334 Views
  • 3 replies
  • 0 kudos

Bug of MCO Pin configuration by CubeMX

Posted on October 14, 2016 at 09:43Dear STMicro staff,I found a bug in CubeMX, so I want you to fix this bug.Device : STM32F429IEHx Peripheral : Master Clock OutputIn HAL_RCC_MCOConfig(), MCO pin's speed is set in GPIO_SPEED_FREQ_VERY_HIGH. But afte...