STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32 HAL Driver Cube Vs KEIL

Posted on May 17, 2018 at 08:41Hello . I am bit confused about STM32 HAL drivers packages and their versions.  i want to know the differences between KEIL software package Vs Cubemx fw version In keil it shows as 2.11 shown in below pic and the late...

0690X0000060KoXQAU.png 0690X0000060KoOQAU.png
RN by Senior
  • 1438 Views
  • 2 replies
  • 0 kudos

STM32L0 ADC DMA Continuous

Posted on May 18, 2018 at 10:40 I am trying to set up adc with dma in the so it runs in the background. I Used keil to generate the code. When calling: HAL_ADC_Start_DMA(&hadc, (uint32_t*) ADCReadings, 2); A single conversion is done and w...

ST Link Utility cannot detect target

Posted on May 18, 2018 at 07:26Hi.In the following environment, I could connect and write the program without problems.- STM32 ST-LINK Utility (Unknown version)- ST-LINK/V2- STM32F030C6T6- Windows 7 32bitBut in the following environment, I can not c...

Atollic TrueStudio for MacOS?

Posted on May 18, 2018 at 00:07Is there going to be a MacOS version of TrueStudio?I am using AC6 because it allows me to work on several platforms including my MacBook. Anything that does not run on MacOS is not an option.

End of program...

Posted on May 12, 2018 at 00:03Dear Community,If I compile a project for e.g. STM32F051 which contains following lineint END_ofProg             __attribute__((at(0x08007C00)))    = 1; supposed to show up at the end of program, then I notice that Kei...

M G_2 by Associate III
  • 1551 Views
  • 3 replies
  • 0 kudos

Explanation for NVIC_EnableIRQ(irq_no)

Posted on May 17, 2018 at 20:19Hello EE verse,Can anyone explain the below implementation ?I did see the reference to this function in the cortex_m4 generic reference manual but couldn't understand how the register is mapped.Also no sure why in NVIC...

In application USB DFU Solution

Posted on May 17, 2018 at 18:46I'm trying to implement a DFU solution for an STM32F411 device and am having a tough time figuring out what the best solution is. Unfortunately the STM32 is the PMIC for the host that needs to do the DFU so bootloader ...

Konami by Senior II
  • 895 Views
  • 0 replies
  • 0 kudos