STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

HAL_GPIO_Init problem

Posted on January 03, 2018 at 16:05I've been some months working on a Firmware for STM32L476VG. I've made a second version of my PCB adding more hardware as 6 MOSFET controlled from MCU.The problem is with the MOSFET controlled from PE10, as seen in...

Resolved! USART VCP connections on NUCLEO-L432KC

Posted on January 02, 2018 at 16:32Hello,I just bought a NUCLEO-L432KC board. I understand that of its 2 USARTs the USART2 is connected to the ST-Link Virtual Com Port via pins PA2 and PA15.The RX pin PA15 apparently is not broken out on the Nucleo ...

FreeRTOS STM32F4 Question / Problem

Posted on December 23, 2017 at 21:40I am a beginner in both STM32 and FreeRTOS. I tried writing a FreeRTOS program logging ADC reading through serial port. I have a DMA set-up to save ADC readings in an circular buffer array, and I also have a DMA s...

0690X00000609HjQAI.png
Hz Lin by Associate II
  • 646 Views
  • 4 replies
  • 0 kudos

USB CDC Bug in CubeMX firmware

Posted on April 11, 2014 at 10:07Hey everybody, in order to initialize a working Virtual Com Port with CubeMX on the STM32F4 Discovery, I had to change   pdev->pClassData = USBD_malloc(sizeof (USBD_CDC_HandleTypeDef)); to   pdev->pClassData = (void ...

STM32F302R6 and CAN

Posted on October 04, 2016 at 15:01 Hello. After the initialization CAN interface and call HAL_CAN_Receive_IT function (& hcan, CAN_FIFO0) there is no interruption USB_LP_CAN_RX0_IRQ Handler (); when receiving the CAN package. And accordingly mi...

ssurneed by Associate II
  • 474 Views
  • 4 replies
  • 0 kudos

STM32H7 DHCP Error

Posted on December 22, 2017 at 17:35I am using the STM32H743 NUCLEO-144, CubeMX V4.23.0, and CubeH7 V1.1.0.I do not see how DHCP can ever work using the CubeMX generated code. At the end of MX_LWIP_Init() is the only place where dhcp_start() is call...

MDS by Associate III
  • 315 Views
  • 0 replies
  • 0 kudos
Labels