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

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
  • 401 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 ...

CAN Problem STM32F4

Posted on March 30, 2017 at 13:09I'm having a hard time getting my STM32F4 discovery board to communicate with my CAN bus. I've successfully implemented a communication between CAN1 and CAN2 on the same Discovery Board, with a transceiver on each CA...