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

Calculation Adc value based on CubeMx

Posted on March 16, 2016 at 02:42Hello guys.I am using STM32F051K8 with CubeMX. While using ADC conversion, the adc value is working weird.The value I measured is adc value from position sensor. the range is from 0 to 2.9V(measured with Oscilloscope...

jjj0214 by Associate II
  • 975 Views
  • 4 replies
  • 0 kudos

HID USB Data to the STM32F4 DISCOVERY

Posted on March 11, 2016 at 12:15Dear people on the ST Forum.I am currently working on configuring the STM32F4 DISCO board as a HID device that must send an receive data from a host (PC). I've managed to configure it as a HID mouse and altered the d...

STM32 HAL CAN RX

Posted on March 02, 2016 at 13:05HelloI am having trouble with the CAN_RX_MSG structure.  As the struct contains both StdId and ExtId fields I have seen incorrect data being received in my ISR when both fields are populated.if (CAN_RX_MSG.Ext_Id == ...

STM32F072 ISP via CAN (CAN bootloader)

Posted on March 14, 2016 at 10:33Hi,Is there any chance to put STM32F072 to ISP mod and change firmware over CAN bus? I know that microcontroller do not have CAN bootloader by default, but is there some official CAN bootloader or I need to develope ...

kresimir by Associate
  • 437 Views
  • 0 replies
  • 0 kudos

STM32F4 ADC in scan/discontinuous mode using HAL

Posted on March 12, 2016 at 10:13Hi all,I am using STM32F407 device and IAR EWARM.I want to use the ADC in STM32 in the following way: At each 2ms, ADC1 converts 3 channels. let's say ch0 then ch2 and then ch3. After that the ADC stops waiting for t...

hayet by Associate
  • 1191 Views
  • 1 replies
  • 0 kudos

Unable to configure serial port Error for USB CDC

Posted on March 08, 2016 at 00:24The target is a custom board based on the STM32F373VC. The project was created by STM32CubeMX with the USB Communications Device Class option enabled.Windows 7's Device Manager shows the connection is working. This i...

spflanze by Associate II
  • 5877 Views
  • 6 replies
  • 0 kudos

Bootloader USART pinouts

Posted on March 10, 2016 at 14:47I want to use the bootloader via USART2 (PD5/PD6) - except my USART2 is mapped onto PA3/PA2Is there any way around this? #bootloader #stm32

gbigden by Associate III
  • 516 Views
  • 1 replies
  • 0 kudos