the best way to measure a resistor of smoke sensor
Posted on January 17, 2013 at 10:41What is the best way to measure a resistor of smoke sensor with the STM32F100 microcontroller?thanks
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on January 17, 2013 at 10:41What is the best way to measure a resistor of smoke sensor with the STM32F100 microcontroller?thanks
Posted on June 29, 2012 at 10:21Hello everybody. I'm looking to find the proper way to achieve this: I need an interrupt to be invoked every x [ms] in my software. I'm working with a Dizic MB851 Rev. A board. I found on the datasheet the NVIC descri...
Posted on January 17, 2013 at 06:09Hi all.I develop embedded software on STM32F103RC. And I having some problem with RTC Alarm. It triggers interrupt at end of second. Because of this I don't call some methods at the same second. I use LSE and presc...
Posted on January 17, 2013 at 06:15Hello everybody !How to turn on OPAMP1 in STM32L151 ?Under debug (I use Keil + Ulink) I see the content of OPAMP_CSR register. All bits are 0 after the reset of the processor. But according to datasheet, after...
Posted on January 13, 2013 at 21:52Hi guys, I have been looking for an HID keyboard example for the GCC compiler. I love this STM32 microconroller so far due to the ability of having configurable endpoints. I have the Olimex STM32-H103 board. Would ...
Posted on January 16, 2013 at 16:24Hi All! I have some issue, when I make an arithmetic operations using my STM32F4 Discovery.simple example:float a = 3.2, b = 2.5, c = 0;c= a +b; When I run this code, I get Hard Fault Exception.What possible reason...
Posted on January 14, 2013 at 18:00The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on January 16, 2013 at 17:18Ok, I'm trying to get a consistent 100 msec interrupt out of Timer2 to drive an external device in steps (but not using PWM). According to the manual, I have the regs set right: ARR, prescaler, all loaded properl...
Posted on January 16, 2013 at 11:33The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on November 20, 2012 at 23:33MCU is an STM32L MD part. My application calls for optical-based software updates (don't ask if I can change it), and I'm at the process of writing that part of the software. I've been benchmarking how long it tak...