STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

keil compilation error - undefined symbol

Posted on June 08, 2016 at 05:31 Hi, i m using keil compiler ver-5. i m using one function from other file and using it in main file. following is the error i got. lcd Configuration\lcd Configuration.axf: Error: L6218E: Undefined sy...

SS.Sagar by Associate III
  • 667 Views
  • 2 replies
  • 0 kudos

GPIO interrupt problem

Posted on June 07, 2016 at 20:46Hi to all, I got a problem with GPIO interrupt. I have two buttons connected to pin 13 and 14 of port A. I configured pins in input and enabled interrupt, then I wrote the interrupt routine. When I pushed a button I g...

The problem with the interface QUAD SPI

Posted on June 07, 2016 at 01:59I have STM32F746BGT6 chip and flash memory W25Q64BV - soldered on its own breadboard.Connecting legQUADSPI_BK1_IO0 - PF8QUADSPI_BK1_IO1 - PF9QUADSPI_BK1_IO2 - PF7QUADSPI_BK1_IO3 - PF6QUADSPI_BK1_NCS - PB6QUADSPI_BK1_C...

Avoid ''SD card transfer complete wait'' in case of DMA

Posted on June 07, 2016 at 08:02Hi,I am working on STM32L4xx MCU. I have connected MicroSD card of 8GB size over SDMMC interface. And I am using DMA for write to the SD card.Now, DMA is used to keep the MCU free during that time of data transfer. Bu...

dhaval by Associate II
  • 771 Views
  • 4 replies
  • 0 kudos

USB/Startup Problem with the new STM32F429 [V2]

Posted on June 07, 2016 at 11:40Hello,my problem should be simple to solve, but due to it's rather undocumented nature I resort on posting it to this forum. When plugging in the STM32F429 board into a pc, it gets detected as flashdrive with around 2...

Resolved! Please help on the filename problem for microSD card

Posted on June 04, 2016 at 01:37 I developed a board using STM32F411 chip with uSD card.The code is generated by cubemx. only add a little bit code in main(). The hardware is OK. I can correctly write a file to sd card. But the weird thing is th...

0690X00000605ORQAY.png 0690X00000605OWQAY.png 0690X00000605LnQAI.png
rwmao by Senior
  • 1091 Views
  • 3 replies
  • 0 kudos

EEPROM interface with STM32f411rct6

Posted on June 06, 2016 at 13:43Is it possible to interface EEPROM with stm32f411? I found one ''en.stsw-stm32066''  file for this. but i have a question that if i use ''cat24c02wi-gt3a'' EEProm then is it compatible? Need Help. Thank you... #uph...

jay1991 by Associate II
  • 849 Views
  • 5 replies
  • 0 kudos

Timer Output Compare mode change in STM32F4

Posted on May 30, 2016 at 10:31Hi!I'm trying to run a bldc motor with stm32f407 IC. The most common method to do that is six-step mode control. I configured TIM1 in complementary mode. but as you know, timer mode must be changed during each step.For...