STM32F7 - Bug in ADC?
Posted on October 08, 2015 at 08:15The original post was too long to process during our migration. Please click on the attachment to read the original post.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on October 08, 2015 at 08:15The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on October 13, 2015 at 07:29Hi all,I am trying to identify a certain frequencies using STM32F4x's ADC(STM32F4). Sensitivity of detecting these frequencies worsens when we stream data continuously through USB operating in Fullspeed (say stream...
Posted on October 13, 2015 at 03:03Hi, The example provided by ST for SPI flash programming has a function called sFLASH_EraseSector However, it does not seem to work....it appears to hang without ever coming back. I'm using the exact files as provi...
Posted on October 12, 2015 at 22:02Hi, The Micron M25P128 flash seems to be writing and reading OK. As clive1 suggested, the SPI flash functionality is written in the Std Peripheral examples, so I am using that. When I execute the call to: sFLASH_Er...
Posted on March 26, 2015 at 07:20Hi to all, I have two stm32f3 discovery with 1 nrf24L01 transceiver on each one. I want to send a packet from one and receive this packet on the other one. Can someone help me? I have no idea. Thanks...
Posted on October 12, 2015 at 16:03I wanted to make a blinky example (LD1) on my STM32F7 DIscovery using HAL drivers as HAL_GPIO_WritePin(GPIOI, GPIO_PIN_1,GPIO_PIN_SET); with no result, then i resolve that i could use BSP drivers, but i had this er...
Posted on October 12, 2015 at 17:59Hi,I think I have traced my problem with my big combined i2c DMA project.I need to test on EV7 and clear it after receiving every byte - but the Std Peripheral Library firmware doesn't seem to have a command for th...
Posted on October 12, 2015 at 11:33Hi, I want to implement some encryption functions on the STM32F429Discoveryboard using the netFM ''system.security'' or ''microsoft.SPOT.security.PKCS11'' assemblies (VS2012). The problem is: if I add the assemblie...
Posted on October 12, 2015 at 09:20Hi guysI have a STM32F4 discovery board and I want to communicate with this with the USART 1 of the STM32 controller but I am unable to do so.Actually I tried with the STM32FXCube too and generated the intialised c...
Posted on May 03, 2015 at 20:16Hi, I have an Olimex E407 Board with STM32F407ZG and PHY LAN8710A. If I make a Project in CubeMX the stm32f4xx_hal_conf.h is generated for DP83848 PHY from stm32f4xx_hal_conf_template.h in Repository\STM32Cube_FW_F4_V1...