STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

[bug] problem in HAL_SRAM_Write_16b

cubeMX : 5.6.1cubeIDE : 1.3.1​Code Lib Version : STM32Cube_FW_F1_V1.8.0​I implemented ili9341 lcd as fsmc and found the following problem.​the problem is that when calling HAL_SRAM_Write_16b, it writes data once more.​I attach the measured fsmc wavef...

0693W000001qeUEQAY.png 0693W000001qeVHQAY.png
jkim.13 by Associate
  • 993 Views
  • 1 replies
  • 0 kudos

I am using the stm32H743 and have added USB OTG FS and FatFS to my project. A function is generated in Main() : static void MX_TIM8_Init(void) and the last thing this function calls is: HAL_TIM_MspPostInit(&htim8); But this file is NOT generated. Why ?

I am using the stm32H743 and have added USB OTG FS and FatFS to my project.A function is generated in Main() : static void MX_TIM8_Init(void)and the last thing this function calls is: HAL_TIM_MspPostInit(&htim8);But this file is NOT generated. Why ?

PSwin.1 by Associate
  • 367 Views
  • 1 replies
  • 0 kudos

STM32F407 as a USB bridge

Hi,I'm starting out on a new project that requires two USB audio connections. Upstream connection should present itself as a host and downstream as a device.Is there anything obvious that I'm missing that would preclude me from using the F407 in thi...

ACoad.1 by Associate II
  • 369 Views
  • 1 replies
  • 0 kudos

Program stm32g474re from Bootloader via I2C

Good afternoon. I am trying to program STM32G47X through the built-in bootloader using a protocol I2C from another microcontroller. Document 2606 on page 212 indicates the slave address 0b1010100x. I managed to get through only at 0b1010011x. Is this...

AZHUK.1 by Associate II
  • 934 Views
  • 3 replies
  • 0 kudos

Resolved! X-CUBE-USB-PD examples compiles errors.

When I am trying to compile project Consumer_DRP_RTOS from C:\xx\X-CUBE-USB-PD-master\STM32CubeExpansion_USBPD_F0\Projects\STM32F072RB-Nucleo\Applications\USB_PDI get a lot of errors. I managed to eliminate some of them by adding header files to the ...

0693W000001qPmcQAE.png 0693W000001qPrIQAU.png
Eremizin by Associate II
  • 1168 Views
  • 5 replies
  • 0 kudos

Project with STM32F439VIT6. After activating Ethernet (DP83848) USB DEVICE CDC (Virtual com port) works not more. Can anybody suggest me where to look?

I make a big project with F439 MCU and there are many things on the board like WiFi, BT, EEPROM, Flash, GPS and so on. The latest thing I made was activating ETH and it works good at least ping runs perfect. But later I found that the USB OTG HS CDC ...

DBaya.1 by Associate II
  • 1002 Views
  • 5 replies
  • 0 kudos