STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Is my configuration right for 33KHz ?

Dear Member,I use timer 3 for generating a tone,is this configuration right, for generating 30KHz ?Chip = STM32L152RE, Clock 2.097MHzTIM_ClockConfigTypeDef sClockSourceConfig = {0}; TIM_MasterConfigTypeDef sMasterConfig = {0}; TIM_OC_InitTypeDef sCon...

USB Composite CDC not working on macOS 10.14

Hello,I recently developed a USB Composite HID+CDC application for STM32F072B MCUs.Now I am evaluating my application on several Operating Systems.Both HID and CDC work great on Windows 7 (32/64 bit), Windows 10 (Home/Pro) and Ubuntu.I am having trou...

mtsigno by Associate
  • 512 Views
  • 0 replies
  • 0 kudos

Ethernet communication

I am using Ethernet transceiver "LAN8742A-CZ-TR" for STM32F427ZIT6.Does "STM32F427ZIT6" support the mentioned transceiver and to what pins of STM32 should i connect the RMII signals?Thanks in advance..

DKS by Associate II
  • 611 Views
  • 1 replies
  • 0 kudos

TCP Client Problem

HiI'm using netconn api library to make tcp server and client on stm32f746Tcp server works properly but client can not connect to server and it returns error code -4 (err1) which means routing problemI don't understand the reasonhere is my codestruct...

afra by Associate
  • 652 Views
  • 0 replies
  • 0 kudos

CAN and USB (vcomport) together (CAN USB bridge)

Hello ,I need to design CAN and USB bridge .which micro controller should i be using?.and i have tried STM32l4r5zi, STM32F407vet6, STM32f373 but none of this got worked, every time i have to deinit the CAN and run USB. is there any micro controller...

SKira.1 by Associate II
  • 835 Views
  • 1 replies
  • 0 kudos