STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USBPD for B-U585I-IOT02A

Hello forum,Im trying to create a code for reading from and writing to a USB flash drive using the USB-C connector,While activating the USBPD, USBX, TCPP, and FileX, the code generated missing some defines and variables like "DPM_Ports", "PWR_Port_PD...

STM32 SMBUS giving error

im working on SMBUS for STM32F4 controller, im able to enable one I2C and then add middleware for SMBUS from middleware section, and by opting SM-BUS two wire interface i can select that I2C in SMBUS menu, but after this im generating code and gettin...

_kalpesh_0-1716898615788.png
_kalpesh by Associate III
  • 599 Views
  • 4 replies
  • 1 kudos

Resolved! STM32H743ZGT6 FLASH.ld error

Hi, I am using MCU : STM32H743ZGT6.When I write the code and build it, I get these errors. So even if I create a new project and build without writing any code, I get the same error.  How do I fix this? Error : c:\st\stm32cubeide_1.10.1\stm32cubeide\...

giwonKIM by Associate III
  • 478 Views
  • 2 replies
  • 2 kudos

Problem on replacing MCU

Hi everybody. First of all let me thank you for reading this post. I started a project using STM32F103R8T7 MCU but when I was almost done with the full program of it for my application I noticed the MCU hasn't enough memory for an improvement I tried...

braian_bannert_0-1719311190254.jpeg braian_bannert_1-1719311210385.jpeg braian_bannert_2-1719311543217.jpeg braian_bannert_3-1719311555783.jpeg

FatFs f_open() hard fault

int main(void){FATFS FatFs;FIL fil;FRESULT fr;UINT bw; fr = f_mount(&FatFs, "", 0);if (fr != FR_OK) {return (int)fr;}fr = f_open(&fil, "example.txt", FA_WRITE | FA_CREATE_ALWAYS);if (fr != FR_OK) { f_mount(NULL, "", 0);return (int)fr;}f_close(&fil);}...

meco54 by Associate
  • 247 Views
  • 2 replies
  • 0 kudos

PWM Timer Issue in stm32go70rbt6 controller

Hi All,I'm working on stm32g070rbt6 controller, for vending project.For some requirement implemented PWM timer(i.e. TIM1 & Channel 2) to run the dc motor(i.e. 24V). based on the input from keypad.PWM implemented with soft start from 0 to 1800 which i...

NAdim.1 by Associate II
  • 249 Views
  • 2 replies
  • 0 kudos