STM32F0 Signal Sensing with ADC
Posted on November 08, 2016 at 16:53The original post was too long to process during our migration. Please click on the attachment to read the original post.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on November 08, 2016 at 16:53The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on September 29, 2016 at 14:08Take, for example, the STM32CubeExpansion_BLE1 package.I'm using SW4STM and can import one of the example projects from the above package. I can then modify that project etc. No problem.However, I cannot work out...
Posted on August 16, 2016 at 12:38Does anyone know is there an example of this code, from https://my.st.com//content/ccc/resource/technical/document/application_note/03/9c/4f/86/78/12/46/25/DM00053084.pdf/files/DM00053084.pdf/jcr:content/translation...
Posted on November 09, 2016 at 02:31Hi,I want to transfer data 16bit over SPI using DMA (data width: half word, Mode: normal), but in function HAL_SPI_Transmit_DMA(SPIx, (uint8_t *)data, uint16_t size) only transfer data 8bit. I want to fill color o...
Posted on November 08, 2016 at 19:28Hi I'm doing the first experiments with the board STM32F469I-DISCO.I would like to write something, on LCD, bigger than font24 provided by ST library.Someone can tell me how to do this?I think will be very difficu...
Posted on November 05, 2016 at 13:52Hi,in my application, I've set up a STM32F4, SD-Card and USB-CDC (all with CubeMX). Using a PC, I send commands to the STM32, which then does things on the SD-Card.The commands are handled using a ''communicationB...
Posted on November 07, 2016 at 12:50hi im trying to get the rtc clock working on my discovery board. i configured the project with cubeMX, id like to use the LSI since i got no LSE, and im working with the latest HAL F4 driver. the rtc init works fi...
Posted on November 08, 2016 at 11:23I have code which is working on STM32F103: hdma_usart1_rx.Instance = DMA1_Channel5; hdma_usart1_rx.Init.Direction = DMA_PERIPH_TO_MEMORY; hdma_usart1_rx.Init.PeriphInc = DMA_PINC_DISABLE; hdma_usart1_r...
Posted on November 05, 2016 at 15:52Hi when I buy the board, STM32F469IDISCOVERY, the demonstration software works correctly. Now I try lo load again this demo, I download the STM32CubeF4 1.13.0 , with SW4ST32 I try to install again, but many of the...
Posted on November 07, 2016 at 09:59The original post was too long to process during our migration. Please click on the attachment to read the original post.