STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F769BI + IS42S32800D-6TLI Not Initialized Issue!

I fabricated the PCB by combining STM32F769BI + IS42S32800D-6TLI SDRAM.The circuit only changed the package type, and the circuit of the 769-EVAL board remained the same.The firmware did the same.However, SDRAM does not seem to work at all.SDRAM init...

0690X000006CCzhQAG.jpg 0690X000006CCzwQAG.jpg

STM32F4-Discovery lwIP compilation errors

Posted on June 05, 2015 at 01:56Hi,I have a STM32F4 Discovery + DM-STF4BB and I want to try lwIP on it. I have SW4STM32 installed and I am trying to create a new project through the wizard, using STM32Cube HAL, and lwIP, with and without FreeRTOS.I ...

Help with the Sigfox S2-LP Kit: ST Side Registration

Hello, I bought a STEVAL-FKI868V1 but I have a problem with the st registrationi saw this video: https://www.youtube.com/watch?v=JD6UE7ekRxE&t=7sand follow the steps but when I drag the .bin file to the drive and start the register I can't found my R...

0690X000006CCwEQAW.png
LLeyv by Associate
  • 342 Views
  • 0 replies
  • 0 kudos

Resolved! STM32 SDIO conflict with debuger opperations

Hi everybody,i m facing issues interfacing High Speed SD memory cards.With low speed type SD card everything look to work well. But when i use fast cards, i got error reads. The thing is that only appen if the debug is running. Without the debuger at...

Is it possible to use some vectorization with STM32H753XIH6. Any help? or pointers for SIMD options on STM32H753XIH6.

I'm trying to implement a vectorized program on STM32H753XIH6. I tried using mmintrin.h for implementation of simultaneous processing of data. but seems it is not compatible with cortex-m7. Using IWMMXT gives following error:warning: switch -mcpu=cor...

Pointer value changes when not debugging, causing hardfault.

Target device STM32F407VGI am getting a hardfault that occurs only when not debugging.Using RTC_BKP registers I have tracked the problem down to a function call that passes a pointer to a struct.This struct contains a pointer to dynamically allocated...

AT38 by Associate III
  • 1929 Views
  • 9 replies
  • 0 kudos

STM32F767ZI and USART by HAL.

Hello,I have a strange problem with my STM32F767 ZI and USART communication.With CubeMX, I set USART2->Asyncronous, SYS->Debug Serial Wire and RCC-> HSE Active (crystal/ceramic resonator).So I generated a project for Atollic Truestudio and insertedHA...

X-NUCLEO-PLM01A1 - Doubt about this shield

Posted on February 23, 2018 at 18:14Hello people.I was studying the datasheet of Shield X-NUCLEO-PLM01A1.This Shield is intended to implement Power Line Communication on DC voltage lines.Why use two lines of cable pair for communication between the ...

Comparing Atollic with IAR - code size

I am moving a large existing project from IAR to Atollic True Studio for STM32 as an experiment. I got it to build and run without too much pain, but have noticed that the ELF file which is produced is *much* larger - more than twice the size with no...