looking for the BSDL file of the STM32L151QE
Posted on September 30, 2015 at 12:10Hi,I'm looking for the BSDL file of the STM32L151QE with a UFBGA132 package.Where can I find this file?Thanks
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on September 30, 2015 at 12:10Hi,I'm looking for the BSDL file of the STM32L151QE with a UFBGA132 package.Where can I find this file?Thanks
Posted on April 05, 2016 at 10:31For a wearable product we're working on a device that wakes up 160 times a second (for now, will later be reduced to ~10 times per second), does it's thing, communicates with a host and remains in STOP mode for the r...
Posted on April 05, 2016 at 15:49I'm using STM32F446RE NUCLEO and I need to count the external pulse.I don't know how to configurate it to enable the counter.the value of counter is 0 whatever the input fruquency.the following code is my configurati...
Posted on April 04, 2016 at 19:49Hello, I use stemwin with stm32f7 controller. I would like to put fonts and bitmap in external nor flash memory. I have declared my section in linker file. But I don’t know how to generate hex or bin file to put in n...
Posted on April 01, 2016 at 20:54STM32 timers CR2 contains CCDS which seems to have no effect. Reference manuals say that it selects DMA on update rather than compare. DIER register contains DMA enables for all compares as well as update, so desc...
Posted on January 21, 2016 at 14:43CubeMx 4.12.0 Mcu: STM32L476RETx Fimware Package: L4V1.2.0 -Cube is generating code for port H, but there's no port H on the L476RET /*Configure GPIO pins : PH0 PH1 */ GPIO_InitStruct.Pin = GPIO_PIN_0 | GPIO_PI...
Posted on April 05, 2016 at 10:14Hi all,I can't find documentation of STM32Cube USB device for STM32F0, could I use the following documentation that I found for STM32F4:http://www.st.com/st-web-ui/static/active/en/resource/technical/document/user_ma...
Posted on February 08, 2016 at 12:37Problem with the CAN Tx dropping packets.I am testing by sending 8192 packets to a CAN Bus analyzer. each test packet is less than 8 data bytes. After about 60 packets have been sent at 250kBaud about half of the ...
Posted on April 05, 2016 at 14:35Hi All,I am suggested by the moderator of the forum ''Motor Control Firmware and Software'' to ask this question here. The original question is in [DEAD LINK /public/STe2ecommunities/motordriver_ics/Lists/Motor%20Con...
Posted on April 05, 2016 at 12:57Hi,I am trying to build a slave using a STM32F103. I've got the ''Optimized I2C Examples'' project to use it as a base and I get the idea of what is happening.The bit I am stuck at is finding a way to check if master...