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

error when i using a function in a class in cpp

Posted on October 01, 2014 at 22:37hi every bodyin a cpp file i include a header file and want to use header file's functions inside class but it shows a error:    lib1.h    class class_x{    public:    calss_x();    private:    }---    lib1.cpp    ...

mhdizgah by Associate II
  • 341 Views
  • 1 replies
  • 0 kudos

Unable to read ADC on a STM32F302

Posted on September 25, 2014 at 20:04  The original post was too long to process during our migration. Please click on the attachment to read the original post.

ebommer by Associate II
  • 660 Views
  • 1 replies
  • 0 kudos

emulate EEPROM with STM32F407 flash memory

Posted on October 01, 2014 at 18:24Hi I use the routine listed below to read in flash area (sector 11) three words that contain values ​​of sampling and if the first value found is different, register the new three values. The problem is that the va...

gian0652 by Associate
  • 529 Views
  • 2 replies
  • 0 kudos

PTP PPS output on stm32f407

Posted on September 30, 2014 at 17:07HelloI have a STM32F407ZGT6, silicon revision Z, and I'm trying to generate a 1PPS output (Pulse Per Second) on pin PG8, using the PTP. The PTP is working fine, correctly timestamping the PTP packets. In the refe...

renato1 by Associate II
  • 1840 Views
  • 5 replies
  • 0 kudos

STM32F415 read unprotect

Posted on October 02, 2014 at 08:03Hi there,I have a problem that I can't figure it out. I am coding an application that manages empty device through STM32 ROM BOOTLOADER. The problem is that when I send command for read unprotect, and check for it'...

matej2 by Associate II
  • 329 Views
  • 0 replies
  • 0 kudos

CAN TX Problem

Posted on October 01, 2014 at 19:44Hi ST Forum,Debugging a CAN TX message and can't really do it :(. I connected scope to PB13 and just see a high (3V) signal on the TX line. Anything wrong with my code below?I'm wondering if it's my CAN_mode. Can a...

I2C doesn't send data and...

Posted on September 26, 2014 at 15:16  The original post was too long to process during our migration. Please click on the attachment to read the original post.