STM32 with integrated phy
Posted on September 25, 2015 at 12:28Hey, is there an STM32 device which would have an integrated phy and would only require an RJ45 jack for LAN interface? I tried to look for it, but I could not find it.
Posted on September 25, 2015 at 12:28Hey, is there an STM32 device which would have an integrated phy and would only require an RJ45 jack for LAN interface? I tried to look for it, but I could not find it.
Posted on December 30, 2017 at 16:23I started designing a product with a STM32L432KCU6. Looking at the datasheet I noticed that the HSI16 clock seems to be very accurate. From Figure 14, p 95, it seems that the clock is pretty much within 16MHz +/- ...
Posted on December 30, 2017 at 18:13Hello, is someone using a STM32L496ZG Nucleo-144 Board? I tried to set up a blinky LED via LL_hal functions, as well as an USART. But without any result. The led is still off and the usart doesnt work. When I set ...
Posted on December 30, 2017 at 15:56Where can I find the hardware specs of these micro-controllers? Does any of these has a multi-core processor?#nucleo-stm #stm32f103rb
Posted on August 26, 2016 at 23:46 In a CubeMX (lastest version now) generated project CDC_Transmit_FS resp. USBD_CDC_TransmitPacket do not work reliable. On every few request there are no data readable on host from the device (/dev/ttyA...
Posted on December 29, 2017 at 22:50Hello,i am working on a design which uses a stm32f427 device, and 3 external adc chips.The ADC chips have 3 pins, SDO, SCK and CS.The SDO,SCK wil be shared from the STM32F4 with all 3 chips, the 3 chip select sig...
Posted on December 29, 2017 at 20:43Dear community,I just started to learn stm32 trying to forgive about AVR.The problem I faced with is I can not force my STM32F103C8T6 to read pin PB0. I`ve read both Datasheet and RM0008, I saw the examples of ano...
Posted on November 14, 2015 at 11:22 Hello, I'm trying to communicate with a STM32f4x9 EVAL board and a STM32F429-Discovery board via CAN Bus, I am using MCP2551 transceiver IC for Discovery board, I know that CAN1 is being used by LCD an...
Posted on September 02, 2014 at 23:13Hi:I am using STM3221G-EVAL board. The board has a couple of switches to select the Boot source.Boot related jumpersBOOT 0 BOOT 1 Boot source 0 1 or 0 ...
Posted on December 29, 2017 at 05:27Hi.I'm trying to use 'Boot from Embedded SRAM mode' in KEIL MDK.Where can I find reference example of 'Boot from Embedded SRAM mode' with STM32F103 ?