Others: STM32 MCUs related

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

LAN8742 how to force 10 Mbps mode ?

Hello, Can someone tell me me how to force 10 Mbps Full Duplex mode of the LAN8742 Phy with an STM32F767.So far I tried pull up/down resistors on MODE[2:0] pins , and also delete all 100 Mbps modes in ANAR register. But no luck so far. I'm able to ge...

2025-03-11 09_46_39-Windows PowerShell.png
eak by Associate II
  • 251 Views
  • 4 replies
  • 0 kudos

Changing Brightness

Hi I am having some trouble adjusting the brightness for the STM32F7.I used this in main.c, and externed it I tried using this in model.cpp and in main.c, neither seems to adjust the brightness of the display. void setDutyCycle(float duty_cycle) { ...

Priyank by Associate III
  • 202 Views
  • 2 replies
  • 1 kudos

Problems sending SPI Data from STM32 to arduino

I'm trying to learn how to communicate via SPI with STM32 but I've run into some problems.The first step i took was to implement SPI communications using two arduino unos: the master writes a byte and the slave responds with another byte according to...

0693W00000WINJ5QAP.png
HPont.2 by Associate
  • 1336 Views
  • 0 replies
  • 0 kudos

Problem with Single Step STMF7

Posted on December 07, 2016 at 21:47 There is a problem with IDE debuggers for STMF7, and as I understand, all ARM M7 core based processors. With other CORTEX controllers, when a debbuger pauses or hits a breakpoint, the debugger stops interrupt pr...