STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

convert char to double , GPS DATA

Posted on March 20, 2016 at 01:17I'm using the stm32f0 nucleo  and a gps module , I am able to receive data from the gps and i get the string below.                                                                                $GPGGA,000055.600,285...

fsmc timing problem

fsmc timing problem hello my lcd need the ne1 pin in stm32 to be >= 500ns but i see i oscilloscope it's 124ns . i need to make it >= 500ns for my lcd cs pin i want to make NE1 high pulse width more than 500ns here is my timing code hsram1.Instanc...

elec_st by Associate III
  • 964 Views
  • 4 replies
  • 0 kudos

Resolved! Synchronization string losed using SPI with DMA

Posted on August 11, 2017 at 15:07Hello Community,I have configured a STM32F429ZIT to communicate through SPI (SPI6) as slave and using DMA, see attached file.The transmission works very well during 1 - 5 min but suddenly some transmission errors oc...

Is the MDK-ARM-STM32 IDE really free/unlimited ?

I am new to STM8/STM32 development.  At this point my interest is purely for my personal hobby (non-commercial). I was under the impression that the MDK-ARM-STM32 compiler package was a free/unlimited IDE.  I began the process to get the package from...

DEise by Associate II
  • 1228 Views
  • 3 replies
  • 0 kudos

I'm trying to communicate between the STM32F107VC (master mode) and a TDC GP22 slave chip but came across this issue:I'm expecting to read 0x12 but i always get 0xFF, plese help me my email: amiryal.me@gmail.com

gp22_send_1byte(Power_On_Reset); HAL_Delay(1); gp22_wr_config_reg(0x81, reg_test); HAL_Delay(1); //gp22_send_1byte(init); HAL_SPI_Transmit(&hspi3, &tx, 1, 1); //send tx=0xb5 opcode HAL_Delay(1); ...

0690X000006CvtVQAS.png 0690X000006CvtQQAS.png 0690X000006CvtLQAS.png
aasil by Associate II
  • 681 Views
  • 3 replies
  • 0 kudos

IWDG of STM32F103 work in hardware watchdog mode, question

IWDG of STM32F103 work in hardware watchdog mode, by set MCU's option bytes.​My question is "Once the option byte wrote, software need not start the IWDG by code, even after many times reset ( include software reset , PVD reset, IWDG reset) IWDG is ...

lzyos by Associate II
  • 1630 Views
  • 9 replies
  • 0 kudos

QSPI prefix bytes when reading data

Posted on March 15, 2018 at 11:03Hello there, Using the BSP example code I have composed a function for reading data from an external QSPI flash memory. Here it is: https://pastebin.com/ZsGjfDGD I am facing a peculiar problem at the moment. When I r...