STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

edited code has affect only in the specific file, changes do not have affect on file that include the edited code, does anyone know how to solve this?

I am working with a STM32F407ZGT, I have downloaded demo code from the ST website containing different projects related to ethernet the file is called "en.stsw-stm32070" (ATTACHED). I am using Atolic TrueSTUDIO and I am having the issue that any chan...

msingh by Senior
  • 371 Views
  • 0 replies
  • 0 kudos

I am designing STM32F429 to access NOR Flash S29GL01GS. Refer to RM0090 reference manual, I am using FSMC to perform asynchronous read. What is the correct value for NOR_Timing.DataSetupTime? How do I calculate it?

Below is the ST sample code. /* NOR device configuration */ NOR_Timing.AddressSetupTime = 1; NOR_Timing.AddressHoldTime = 1; NOR_Timing.DataSetupTime = 6; NOR_Timing.BusTurnAroundDuration = 0; NOR_Timing.CLKDivision = 2; NOR_Timing.DataLatency = 2; N...

cye.15 by Associate
  • 521 Views
  • 1 replies
  • 0 kudos

Stuck in UART_WaitOnFlagUntilTimeout

Hi,I'm trying to transmit/receive data by uart. I have a state machine that is processing incoming bytes periodically, so I use a ringbuffer and write every received byte into this buffer.void HAL_UART_RxCpltCallback(UART_HandleTypeDef *huart){  if (...

KR51K by Associate III
  • 495 Views
  • 0 replies
  • 1 kudos

STM32F7 QSPI Flash External Flash Loader

Hello to everyone. I am currently developing a project using STM32F750N8 and W25Q128. As you can guess, the project has an LCD. So the project is too big to fit into the internal memory. That's why I need an external memory integrated programming. I ...

Problem with B-L475E-IOT01A connection to the PC.

Hi everyone, first of all, sorry for my english, and I don't know if i should post this here, so i'm sorry if not.I have a problem when i connect the B-L475E-IOT01A board to the pc. It shows me a error message: "error, not recogniced device connected...