Unique MAC address ?
Posted on February 10, 2010 at 23:42Unique MAC address ?
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on February 10, 2010 at 23:42Unique MAC address ?
Posted on June 08, 2013 at 18:29The datasheets don't detail how these pins are connected internally. Can someone shed some light on this?Can I use these pins as output compare outputs? i.e. PWM outputs?
Posted on June 07, 2013 at 18:47Good morning. First time poster. I am somewhat new at using the STM32 line of MCU's and have a general question that nobody can seem to answer for me. I am using the STM32F205RBT6 inside of a design. The STM32 will...
Posted on June 07, 2013 at 11:56STM32F2xx_StdPeriph_Lib_V1.1.0NVIC_Init() inmisc.c has problems with AIRCR.PRIGROUP< 0b011.After reset, SCB->AIRCR.PRIGROUP ==0b000Calculation is then asfollows:tmppriority= (7 - PRIGROUP) ==> 7- 0b00 ==> 7 tmppre ...
Posted on June 07, 2013 at 09:16hoping someone knows the answer to this...when I send a character on usart2, SR->IDLE flag is set for no reason, RXNE = 0 but I can see the data in the DR. what weirds me out is IDLEIE is 0. so far I simple can't get ...
Posted on June 06, 2013 at 17:58Hi i've read all the post I could find on the subject and I know that accessing the flash during an erase command will stall the MCU. However the code i'm looking at is not accessing the flash (that's what i believe) ...
Posted on June 06, 2013 at 15:59 frequency capture im trying to capture frequency from 0 to 100khz optical encoder . and here is my code doesn't seem to work. any help please im new to micro controller. im using stm32f100rb &sharpinclude ''stm32f...
Posted on June 03, 2013 at 17:23Please help me find the document with instruction timings. Not found in short, datasheet, programming manual, user manual.
Posted on June 07, 2013 at 00:37 For DMA_CCRx, halfword and byte write access is broken. In both cases, an interrupt is generated on the instruction following the write instruction. Also, if a byte is written to [15:8], the value is replicated t...
Posted on June 06, 2013 at 05:05I went through STM32F4 family and STM32F407VG is the best one which meets product requirement. As you know STM32F4 serial does not integrate ethernet physical layer. So my question is:1. please recommand the ethernet ...