In-application programming over SPI
Posted on July 23, 2017 at 15:09Does STM32L151 has that option?If does, where can I find a document about it? like AN3078 for I2C.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on July 23, 2017 at 15:09Does STM32L151 has that option?If does, where can I find a document about it? like AN3078 for I2C.
Posted on July 22, 2017 at 08:21helloI have a problem with dma .is it possible to set multi source address?DMA_InitStructure.DMA_PeripheralBaseAddr = (uint32_t)&GPIOA>ODR;DMA_InitStructure.DMA_MemoryBaseAddr = (uint32_t)framedata;DMA_InitStructure.D...
Posted on July 24, 2017 at 13:38Helloi use stm32f103c8 and use this library https://github.com/g4lvanix/0xWS2812 .it work without any problem in all pin(16 pin) of gpio.but it work on only one of the port (gpioa-gpiob) and i can olny use one of the...
Posted on July 24, 2017 at 16:08HiI have stm32f373cbt6 board.I need 6 channel sdadc.Single ended zero reference.But only 5channel select in cubemx.Is there any solutions?
Posted on July 24, 2017 at 14:50hello all,I am using SPI in master mode with 10 MHz speed for ST767ZI board. I am doing SPI transmission and reception using dma.I am using the HAL library using API HAL_SPI_Transmit_DMA HAL_SPI_Receive_DMAThe code wo...
Posted on July 23, 2017 at 13:57What is the use of SPI-NSS?Is it chip select pin or something else?shall i use external gpio pin for chip select or i can use SPI-NSS?Please explain.....Thank you.
Posted on July 20, 2017 at 14:51We are using above mentioned device (STM32F765BI) MCU in customized board. I need some clarification on USB interfaces.1. How many Full speed & High speed USB interface available in this device .2. As per reference ma...
Posted on July 24, 2017 at 13:07hi !I tried to connect STM32F103VET6 to NFC reader (PN532). As I read in pdf documentation of PN532 User Manual, i choose to use I2C. I didn't use the library of I2C, just use two GPIOs to analog the I2C communicatio...
Posted on June 16, 2017 at 16:33 The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on July 24, 2017 at 08:48Hello, for a new CANopen project we planned to use the ARM-controller STM32F303RET6, because we use it yet in an existing design. In the new project we need 12 independant PWM-output signals with an resolution of 16 b...