User Activity

I'm using the cubeide 1.6.1 version.There's a problem with using the bootloader this time.This is bootloader code​#define APPLICATION_ADDRESS    (uint32_t)0x08010000typedef void (*pFunction)(void);pFunction JumpToApplication;uint32_t JumpAddress;​int...
Hello I'm just a beginner at STM32.I'm going to use 800 x 480 TFT LCD this time.First, I set LTDC to CUBEIDE like this.I'd like to check if only the color comes out with HAL_LTD_SetAddress.When you attempt to use uint32_t frame_buffer [384000] as a g...
I'm currently using a stm32f767 board and I'm going to try lcd this time.I need to use spi 9bit to write my lcd, but I set the data size to 9bit in the settings window.I want to implement it as ST7701.Below is the mode and code I set.​Please check if...
I would like to connect Samsung Smart Things using Wi-Fi module on the stm32 board, but I wonder if it's possible.If possible, how should I approach it at first?​
​I have a problem with the sdcard, so I was looking for the community and they said I can change the DMA's DTCM variable, so I'm trying to insert the code, but I'm wondering how to change the IAR code in CUBEIDE and where to put it.This is the code. ...
Kudos from