STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F7/RAM/ST7789H2 issues

Posted on July 16, 2018 at 10:36 Hi, We have our custom board with a STM32F746ZG and we have RAM memory and a screen controller (ST7789H2). The screen is connected through parallel port. If I enable the RAM memory only, there is no issues. ...

STM32F4 I2C Bus Busy Problem

Posted on July 13, 2018 at 22:46I am trying to read MPU6050 IMU sensor data with i2c communcation. Initial codes are generated with CubeMx. No matter what i do i could not solve the i2c busy bus problem. When i try to polling method and put reading ...

SDRAM data corruption

Posted on July 16, 2018 at 08:00Hi,I am using stm32f769bit6 in my project. i have interfaced 32MB SDRAM using FMC. i want to use my sdram as datamemory as well as framebuffer. i did the sdram init @ systeminit() and provided the frame buffer address...

Hardfault from printf

Posted on July 11, 2018 at 00:28I have been struggling for several days now to track down a hard fault I am getting in one of my programs.  It seems to be related to printf (and similar) functions.After running for a while I will get a hardfault fro...

Greg Wood by Associate II
  • 2409 Views
  • 11 replies
  • 0 kudos

SPI NSS?

Posted on July 13, 2018 at 18:36Hi,I am working on Nucleo-144 SPI. The NSS GPIO ios PA4. The only way I can have the NSS high is use __HAL_SPI_DISABLE() function. The HAL_GPIO_WritePin() just never work.I can see from the scope to verify it. Doesn't...