STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Bug in BSP_LCD_ReadPixel

Posted on July 22, 2016 at 15:44 Hi, Using CubeF7 with STM32F746G Discovery board. Found a weird bug in STM32Cube_FW_F7_V1.4.0\Drivers\BSP\STM32746G-Discovery\stm32746g_discovery_lcd.c : uint32_t BSP_LCD_Re...

kuchura by Associate
  • 435 Views
  • 1 replies
  • 0 kudos

STM32F7 ''clause 45'' MDIO?

Posted on December 20, 2016 at 21:12How do I configure the ETH IP to send a 'Clause 45' compliant message to the PHY? We are using one that uses an OP code of '00' to access an extended register set. The processor is STM32F745IET6. I am programming ...

hbarta2 by Associate III
  • 939 Views
  • 3 replies
  • 0 kudos

N-Pulse Generation Problem

Posted on December 10, 2016 at 15:43Hello,I'm trying to get exact 2048 pulses with TIM4 on Channel 1 at PB6 with a frequency of around 3 MHz after an TRGO from TIM3. Sounds actually quite simple but I've tried already the following which dosn't lead...

0690X0000060MonQAE.gif

unable to program or erase the flash

Posted on October 02, 2011 at 15:31Hi,I want to use PA13 (multiplexed with JTMS) as GPIO pin of stm32f103. So i configured AFIO_MAPR reg (SWJ_CFG[2:0] - 100 --> JTAG-DP Disabled and SW-DP Disabled) .Now i am unable to program or erase flash. Please ...

Send data 16bit over SPI using DMA

Posted on November 08, 2016 at 13:46Hi,I want to transfer data 16bit over SPI using DMA, Like thatSPI_Transmit(SPIx, (uint16_t) value, (uint16_t) count);For driver ILI9341 function clear screen faster than using SPI mode 8 bit.Many thanks.

STM32L486xx SDMMC peripheral and eMMC memory

Posted on December 01, 2016 at 16:37 Hi , I'm using STM32L486RG microcontroller and I'm trying  to use the SDMMC IP to interface with EMMC32G-M525-X01U an eMMC memory from Micron with  32Gb of size. I found in the reference manual that the SDMMC  ...

Resolved! STM32F series peripheral syntax

Posted on December 19, 2016 at 19:45Greetings,I need to come up to speed quickly on the STM32F4 series processors. I have been in embedded development for a number of years and have experience with Renesas, PowerPC, and PIC32 processors, etc and now...