STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USB CDC Change Device name

Posted on April 28, 2017 at 12:29Hey,i use the STM32F4 USB CDC (generate by CUBEMX(v.4.20)) and want change the shown name in the Device Manager.I change these lines but nothing change in the device manager.&sharpdefine USBD_VID     1155&sharpdefine...

HAL_SPI_Transmit on F0, F1, F4, F7

Hi!I have module for transmit dates to SPI Interface.Data is - pointer to data buffer uint8_t.In F1 & F4 all will be ok.But in F0 & F7 modules will send *((uint16_t *)pData) (see modules below)Program for F1 or F4 will not work on F0 & F7.Where error...

VLev by Associate II
  • 1696 Views
  • 17 replies
  • 0 kudos

No LL CAN code in F7 Cube ?

I downloaded the latest F7 Cube package, V1.15.00, to get the LL CAN driver code for the F74x But there is none.And the F74x is not that new, I think this is not supposed to change. Is it so ?Guess I need to switch to the SAME70 XPLD board.

AvaTar by Lead
  • 263 Views
  • 0 replies
  • 0 kudos

BUGs in STM32F0xx_StdPeriph_Lib_V1.5.0

I have been implementing firmware for STM32F042 and used the Std Peripheral library (v.1.5.0). I found the following bug(s):Bug: DMA1_Channel4_5_IRQn() was never calledIn file Libraries/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.hLine 5558:#define D...

MArgi by Associate II
  • 484 Views
  • 3 replies
  • 0 kudos
Labels