STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Can i connect my STM32F407 MAC to MAC without PHY level

Posted on January 13, 2017 at 13:29Hi, i have problem, i can's understand, can i connect STM32F407 MAC(RMII) to MAC(RMII) KSZ 8863 without PHY level. In STM datasheet shown only RMII->PHY connection. I use lwIP lib, but it need PHY level. What can i...

Vlad Sol by Associate
  • 803 Views
  • 1 replies
  • 0 kudos

Resolved! GCC compiler bug? 2 variables share same address...

Posted on January 15, 2017 at 21:27I am working with a Nucleo L031K6 board and my application showed strange behaviour that I could finally track down as two C variables sharing the same memory location....Not being a specialist in neither C nor the...

Resolved! microSD card problem

Posted on December 10, 2016 at 22:07I am testing the microSD card. The weird thing is that it works well in debug mode, but doesn't work in normal mode.I set the breakpoint to a line at the very end in debug mode, before which the operation of micro...

rwmao by Senior
  • 2106 Views
  • 7 replies
  • 0 kudos

Free Development Tools: GNU ARM Eclipse

Posted on August 02, 2016 at 18:05Please add GNU ARM Eclipse, with a reference to http://gnuarmeclipse.github.io, to the list of free, open source, development environments with strong support for STM32 devices.Regards,Liviu #free-development-ide...

Correct way to change baud post HAL DMA Init

Posted on January 15, 2017 at 08:37Hello,I'm currently trying to write a library for the stm32f4 to output dmx via the uart. With other mcu's I've done this by generating the required start code etc by changing the port baud to a specific speed, sen...

STM32 gpio clamping

Posted on January 14, 2017 at 14:30I have stm32 gpio pin connected through 5k resistor to the 12V supply. What voltage can I expect on the pin depending on the gpio configuration and processor model? Is there any internal clamping in the MCU?Do I ne...

stm32f303 opamp precision

Posted on January 14, 2017 at 20:38HelloIt is mentioned in the stm32f303vc that it's opamp GBW is 8, but as i measured in the lab, the opamp output (i tested opamp 1&2 in follower mode) can't follow a sine wave above 700KHz in frequency, i.e output ...

stm32f3 ADC input conflict with opamp output?

Posted on November 03, 2016 at 09:28I have a problem (I think) with PA6 in an STM32F303VCTx using it as an analog input. This pin is shared (along with other things) with opamp2_vout and even though I have not enabled any opamps, I think what I'm re...