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

Bitmap Converter, transparency and compression

Posted on April 21, 2015 at 00:30 Hi folks, I'm using Bitmap Converter (BmpCvtST.exe, v5.26, STemWin package) to convert images for display. Ordinarily when I save I select the ''High color [565] compressed'' output format and all is well. At...

hbarta2 by Associate III
  • 691 Views
  • 0 replies
  • 0 kudos

STM32F103 EXTI not firing?

Posted on April 20, 2015 at 15:50Written this code many times. No clue why it is not working. See any obvious errors?//CODE FOR INIT. Note that APB2 clocks are initialized for ports  GPIO_InitTypeDef GPIO_EXTI0;   GPIO_EXTI0.GPIO_Pin = GPIO_Pin_7;  ...

STMCube IAR simple GPIO

Posted on April 20, 2015 at 19:36I'm migrating from PIC32s, so bear with me please.  I'm trying to get up to speed on the STM32 using the Cube examples in EWARM.  I'll try to keep this simple (I apologize, I don't know the syntax for code tags in th...

joe2399 by Associate II
  • 767 Views
  • 3 replies
  • 0 kudos

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
  • 606 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
  • 649 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
  • 5106 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....