STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F072 Capacitive Touch

Posted on November 23, 2015 at 23:49Dear ST community,I�m using STM32F072CB, standard peripheral library and �STMTouch_Lib_V1.1.0� the problem is in the Touch library, I copied the example �STM32F0518_Ex01_3TKeys_EVAL� in my working project since it...

MMU unit enable in STM32F7

Posted on November 20, 2015 at 22:05Hello. I have noticed that in the cubef7 examples many projects starts with MPU_Config() function . Is it necessary to use MPU unit in STM32F7? And the same question about L1 cache. Can i don't use it? Thank you.

ADC and DMA

Posted on November 12, 2015 at 18:21Hi everybody!!I'm doing a program in which I would like to read two ADC channel but I couldn't. I use to do this the ADC and the DMA. I don't known what is wrong in my code. /* Includes ---------------------------...

msanchez by Associate II
  • 411 Views
  • 2 replies
  • 0 kudos

stm32l151cbu6 Dual SPI configuration

Posted on November 23, 2015 at 07:32Good Day,I am current working on a project that is based on the stm32l151cbu6 chip, the chip is part of a LoRa module from the guys at IMST, I am having trouble configuring the SPI2 port. and just wanted to know i...

rayaan by Associate II
  • 449 Views
  • 3 replies
  • 0 kudos

Problem with SPI/DMA transmission

Posted on November 24, 2015 at 06:52Hi,  I am using STM32F3DISCOVERY board. I connected SPI1 and SPI3 together and configured SPI1 as master and SPI3 as slave. I use code generated by CubeMX. I try to run this:        startStatus3 = HAL_SPI_Transmit...

rgesikov by Associate II
  • 294 Views
  • 0 replies
  • 0 kudos

STM32F7 Discovery's USART6 problem

Posted on November 23, 2015 at 14:41Hi.I have problem on USART6 of the stm32f746-(ngh60 7ba3v vg z phl 3r 506)on CR1-TXIE bit.I have spent almost 3 days, checking on debugger and coding directly without HAL driver.What I found is the TXIE interrupt ...

bnarit by Associate II
  • 501 Views
  • 2 replies
  • 0 kudos

STM32F4 multirole USB device

Posted on November 17, 2015 at 16:11Hello there,I am using STM32F407 with HAL library. I am trying to have following functionality on USB:- FAT system on a connected SD card through SDIO,- Bootloader.Ive been told to look at DFU. The problem is I am...

stm32 DMA request per channel + multple peripherals

Posted on November 23, 2015 at 16:16 Hi, I would like to use the DMA with diferent peripherals of a stmHere are the resuming points. target MCU: STM32L0 purpose : Dma + uart1+uart2+uart3 +spi+i2c For instance i succeded con...

r2s by Associate II
  • 594 Views
  • 3 replies
  • 0 kudos

HAL_SPI_transmit 32 bytes ?

Posted on November 22, 2015 at 22:33  The original post was too long to process during our migration. Please click on the attachment to read the original post.

Output Compare + Cube + HAL

Posted on November 23, 2015 at 16:00Hi to everyone. I'm struggling with OC mode on STM32F4 Discovery, in order to get high level on one of the pins with specified delay, so i chose OCM ''active level on match''. At first start everything is fine, bu...