Resolved! How to debug when TSSOP-14 MCU's SWD pins is needed for SPI1?
Posted on September 28, 2017 at 11:25MCU: STM32L011D3Using for wireless comunication, SPI is needed.#l0 #stm32 #debug
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on September 28, 2017 at 11:25MCU: STM32L011D3Using for wireless comunication, SPI is needed.#l0 #stm32 #debug
Posted on May 25, 2017 at 15:14I would like to share my experience in getting (among others) a Web Server running on the 746 nucleo.I think it is a very valuable product.I developed a mini firmware based on cubemx. The code does nothing but starting...
Posted on September 28, 2017 at 14:11I'm working on an USB Device driver and I want to receive multiple isochronous packets per micro-frame (on high-speed of course).As it is nowehere mentioned in errata, I asume it should be working, however there ...
Posted on September 27, 2017 at 14:18From RN0107:The ST-LINK server is an application to share the debug interface of a single ST-LINK boardamong several host applications, typically a debugging tool and a monitoring tool. Where can ST-Link Server m...
Posted on September 28, 2017 at 10:44I am using the Nucleo F334 development board. I was trying to read the ADC values of PB0 and PB1 (ADC1 CH11 and CH12) using DMA in circular mode. The code should transfer the two 16 bit values of ADC to the varia...
Posted on July 14, 2017 at 14:14Just purchased 2 I-NUCLEO-LRWAN1 - they look to be great. I would really like to know hardware details about the jumpers and connectors.Specifically, I would like to access serial TX/RX for the USI module.Thanks in ad...
Posted on September 27, 2017 at 11:17Dear all,What are the wakeup pins of the STM32F413VGT? CubeMX and the reference manual says three (PA0/PC0/PC1) but the generated code won't accept PC0 and PC1. And when I write directly into the PWR_CSR register...
Posted on September 25, 2017 at 22:12Hi - I'm trying to configure my STM32F429 Discovery board to send digital audio data to a http://store.digilentinc.com/pmod-i2s-stereo-audio-output/. Section 28.4.4 (pg 911) of the http://www.st.com/content/ccc/...
Posted on September 25, 2017 at 08:52I'm actually I want to implement some such as a flag function into my code.But I'm struggling with implementation in c.What is the fairly common way to implement a flag function?int trigger =0;main() { while(1)...
Posted on September 26, 2017 at 15:15Hi,I am looking to get started with STM32. When studying, I came around this http://www.mouser.com/ds/2/389/nucleo-f031k6-973846.pdf.As seen on Page 2, of this document, I see that it says: System Requirements:Wi...