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

STM32F0 EXTI Port unusable

Posted on February 17, 2016 at 12:50Hello,I noticed a problem with the STM32F030F4P6 Microcontroller.When I configure EXTI Line 0 and 1 with GPIOF =>PF0,PF1 are my EXTI for two Light Fork Barrier Modules.then all of the sudden my PB1 Pin can't be to...

Using math.h

Posted on February 16, 2016 at 15:49Hello every one I need to implement the code for STM32F, like the next lines: #include <stdlib.h> #include <math.h> ... int b; a= max(10, b) The compilation result is warning: implicit declaration of function 'ma...

tyr0 by Associate II
  • 3581 Views
  • 4 replies
  • 0 kudos

For ST: Reported HAL version versus Cube releases

Posted on February 12, 2016 at 02:21Hi,I noticed that the F4 release 1.11.0 code package uses a HAL Driver version number of V1.4.4. Is this intentional, and if so, is there a way to pull out the 1.11.0 number from some define?Andrei from The Great ...

STM32F1 ADC3 Issue

Posted on February 15, 2016 at 13:05 Hi, I am having problems Reading from ADC3. I have ADC1 and ADC3 set up on separate DMA channels. I have a separate task to fill a single array with both ADCs, however I can't get anything from ADC3, in fac...

STM32 CAN COMMUNICATION

Posted on February 17, 2016 at 09:45I am using a custom made STM32F302RE board. I am able to transmit and receive successfully. However, my codes also run to CAN_SCE_IRQHandler, which I do not expect to happen. How do I prevent this?? Thanks!

Multi-master I2C example for STM32F0 (with CPAL)

Posted on February 09, 2016 at 09:10Hi,I'm looking for an example of a multi-master I2C configuration with the CPAL library (or a newer library if that works better / easier).I currently have my application switching between master and slave mode, b...

arno by Associate II
  • 849 Views
  • 2 replies
  • 0 kudos

stm32f103 usb composite msc+hid

Posted on February 17, 2016 at 06:48Hello, anyone composite device (MSC + HID) raised on stm32 using STM32_USB-FS-Device_Lib_V4.0.0 library, the MSC does not work, although HID plows normally ... Thanks in advance!

alfinikov by Associate III
  • 435 Views
  • 0 replies
  • 0 kudos

Configuration of USART4 interrupts STM32F030CC

Posted on February 16, 2016 at 16:58 Hello everyone. I am beginner in programming, and I was not able to find working example for USART4 interrupt configuration for STM32F030CC. Until now I was just using USART4 to send messages, but now I...

0690X00000605GZQAY.png
karlis by Associate II
  • 777 Views
  • 3 replies
  • 0 kudos

STM32F107 SD CARD BOOTLOADER

Posted on August 24, 2015 at 15:41Good morning! I was trying to develop a bootloader from sd card, writing two programs in the flash pages first is my own bootloader that verify if is there any .bin files for update the other flash region where my o...

giovani by Associate II
  • 916 Views
  • 8 replies
  • 0 kudos