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

Stuck in CAN TX Interrupt

Posted on April 20, 2015 at 20:36 I am currently have intermittent issue where I am getting stuck in ''void USB_HP_CAN_TX_IRQHandler(void)'', Everything works well from minutes to hours then I notice my CAN traffic stops, currently I TX one mess...

ebommer by Associate II
  • 580 Views
  • 0 replies
  • 0 kudos

Capturing GPS Seconds Pulse STM32F1xx

Posted on April 20, 2015 at 10:33Hi, i have an external GPS signal that delivers seconds pulses (a short pulse every second). My goal is to count seconds in SW and trigger some actions every X seconds. Question a) I intend to use EXTI interrupt on e...

stm32cubef4 camera project for stm324xg_eval board

Posted on April 20, 2015 at 10:50HelloAccording to the page 18 of the ov2640 datasheet(version 1.6), device slave address is 0x60 for write and 0x61 for read, but in the camera_to_usbdisk project, only the write address is defined and used for both ...

Timer interrupt Handler

Posted on April 17, 2015 at 17:51Hello.I have Using One of the example Program that port UCOS on STM32F4 Devices.I have One problem. When I activate Timer in one the tasks, The Timer is Working in a right way(example is on the blinking LED). but i w...

Counterfeit IC?

Posted on April 08, 2015 at 13:07Hi all,I�m designing a STM32F107VCT based embedded system. Unfortunately I�ve several problems with this part. For example the part wasn�t program correctly (Verification failed), and when I removed and soldered anot...

rezaxyz by Associate II
  • 629 Views
  • 4 replies
  • 0 kudos

APB1/TIM2 clock

Posted on April 03, 2015 at 20:02How to find out APB1 clock frequency? I want to know TIM2 clock, which is connected to APB1. I use STM32F103 and standard peripheral library.Thank you.

hospodar by Associate III
  • 4867 Views
  • 12 replies
  • 1 kudos

DAC output range when buffer ON

Posted on April 18, 2015 at 06:47Hello,I have read the datasheet of stm32f407 about the DAC output range. When buffer on, the min DAC_OUT is 0.2V and max DAC_OUT is VDDA-0.2V.However, I get 0.069V at 0x000 and 3.272V at 0xfff rather than 0.2V and 3....

Independent Watchdog, Instruction before reset

Posted on April 18, 2015 at 10:08Hello,I'm running an Cube project with FreeRTOS, with iWDT enabled, on STM32L1 and debugging on IAR.iWDT is being cleared in its own thread, with the same priority as the other threads.No thread is a blocking thread....

George.P by Associate III
  • 1191 Views
  • 4 replies
  • 0 kudos

How to use STM32CubeF4 ?

Posted on April 14, 2015 at 11:46Hi Guys, Does anyone know how to use STM32CubeF4 with STM32F4 Discovery board ? Is it similar like using Keil ? Any clues please ? Thanks

STM32429I-EVAL camera not working

Posted on December 02, 2013 at 08:36I am trying to use the camera on STM32429I-EVAL, but cannot make it work. I took some code from Std-Periphs 1.3.0 which should demo the camera for 437, adapted it to start the camera on my board, but still cannot ...