STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

stm32f429IET6have amount of does not acces memory

Posted on April 04, 2017 at 16:31Hi everybody. I have problems to program one stm32f429IET6. The device is attached to a custom board. We start the project with a stm32f429IIT6. When we finished the code we realize that amount of flash was empty so ...

jzotes by Associate II
  • 882 Views
  • 5 replies
  • 0 kudos

Question of STM32F373 SDADC Multi channel concept

Posted on April 04, 2017 at 15:08Hi,I want to use multi channel SDADC in STM32F373.First,Can I use Multi channel  in SDADC1 using regular conversions?In case of SARADC, it is operating scan mode. But i can't find scan mode in SDADC.Second,If regular...

STM32F334 TSC groups

Posted on April 04, 2017 at 12:44Hi,I am configuring STM32F334 Nucleo board Touch sense through STM32CubeMX. Now I have configured 6 keys (3 each in group 5 and group 6). Channel 1 in both the groups are used as sampling IOs for their respective gro...

vishi100 by Associate II
  • 391 Views
  • 0 replies
  • 0 kudos

Cube project generation and samples

Posted on April 03, 2017 at 21:22I dont have much of a problem using the examples, but I do have a problem if I try to use ioc/cube generated samples that I try to retro fit in example code from the discovery repot.In particular, the touch middlewar...

STM32F4 HAL CAN Receive Interrupt Error

Posted on April 03, 2017 at 17:47I'm trying to get the STM32F4 Discovery board to transmit and receive CAN frames.I've already got it to work with polling, now I'm trying to get the transmit and receive interrupts working. The transmit interrupt wor...

STM32 How to set/use the Real Time Clock

Posted on April 03, 2017 at 17:15Hello,I am having issues with the Real Time clock. Occasionally it will miss its interrupt ( always when I stop the debugger )I am not setting the date/time as I just want to have interrupt trigger a second from the ...