STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Max internal clock for STM32F7 timers

Posted on November 09, 2016 at 14:58Hi all,           I'm evaluating STM32F765 uc for my application and I need to clarify how the GP Timers are clocked.In other words, at page 38 of product datasheet, for TIM3 is wrote: Max Interface clock = 54MHz,...

mminuti9 by Associate
  • 802 Views
  • 2 replies
  • 0 kudos

SMS using STM32f030C8T6 and QUECTEL M35

Posted on October 17, 2016 at 09:15 Hai, I am using Stm32f030c8t6 and Quectel M35 modem moreover i am beginner in this one, I want to send text SMS to my number. I use Coocox Co Ide for code developing and here is my code, #includ...

raj11 by Associate II
  • 666 Views
  • 4 replies
  • 0 kudos

STM32F4xx: PD2 cannot use it as GPIO

Posted on November 10, 2016 at 09:58Hello all,I have a problem that driving me crazy. I'm using STM32F446 with case LQFP64. I'm not able to use PD2 as output digital even if with others PIN I can do it (PC0, PC1, PC2, ...). This is my code to set PD...

enrico23 by Associate
  • 635 Views
  • 2 replies
  • 0 kudos

RM410: Documentation mismatch

Posted on September 23, 2016 at 15:16To whom it may concern, RM0410 (DocID028270 Rev 2) for the STM32F76x tells on page 1484 in Table 258 about ''26 filter banks shared between CAN1 and CAN2'', while there are 28 registers and 28 banks in other devi...

STM32F769 CAN2

Posted on November 04, 2016 at 11:23Hi,why the CAN2 start bank is limited from 1 to 27 in chapter 40.9.4 CAN filter registers - CAN filter master register (CAN_FMR) of the reference manual RM0410? I tested it with 0, so that the very first bank is a...

sascha23 by Associate II
  • 424 Views
  • 2 replies
  • 0 kudos

STM32 (stm32f103c8t6) DMA performance vs bitbang

Posted on November 10, 2016 at 09:34I've implemented SDRAM access in stm32f103c8t6 using DMA.I notice that performance of the DMA when doing memory to peripheral transfer is quite a lot slower than I expected. The highest reliable clock I can run is...

kyrreaa by Associate III
  • 618 Views
  • 1 replies
  • 0 kudos

How can I find the PHY address of LAN8720

Posted on November 08, 2016 at 07:33Hi!I have STM32F4discovery and PHY device LAAN8720. I want to configure the register with address = 0b00000 of the LAN8720. When I set PHY address = 0b00000 and after write operation of data 0x2100 I did read oper...