How to migrate from stm32F417IGT to stm32F769IGT?
I am going to convert my project from stm32F417IGT to stm32F769IGT. Is it ok if i just replace them ? Because i noted they have same footprint and pin configuration -
Ask questions, find answers, and share insights on STM32 products and their technical features.
I am going to convert my project from stm32F417IGT to stm32F769IGT. Is it ok if i just replace them ? Because i noted they have same footprint and pin configuration -
I am trying to store configuration data in flash on the STM32L151CB-A using the HAL libraries. I reserved the last page in flash for this. However, I see that already at the beginning of main the OPTVERR bit is set. (FLASH->SR: 0x80C) I never program...
hello everyone,i'm using a STM32F301 MCU on a newly custom designed PCB. i'm using a NUCLEO board to flash the MCU thanks to SWD connector (CN2 jumper off).The SWD pins are SWDIO, SWCLK, GND and VCC. The first flashing succeded and the programm in wh...
Posted on September 24, 2014 at 13:18Hi,I have a STMCube generated project wirh I2C memory 24LC512 with following problem. The line:Status = HAL_I2C_Mem_Read(&hi2c1, IIC_ADDRESS+1, 0, I2C_MEMADD_SIZE_8BIT, pNVRawData, NVRawDataLen, 1000);is correct ...
I see a lot tft on ebay and aliexpess which come with libraries and support for arduino and raspberry.I do not see anything for STM32. I am trying to get working 320 x 480. On arduino I had it working the next day, tons of sample programs and librar...
I am trying to initialize my external SRAM before the main loop runs. Using the STCubeMX it generated the code for me to have me FMC controller initialized after Hal_init() and Hal_GPIO_Init() in Main.c. However, I need the SRAM to be initialized bef...
Hello everyone,could someone please help with the following, I am trying to use ADC with interrupts. Doing the same thing with STM32F103C8T6 it works without issues, but using nucleo board it doesn't.Could someone please have a glance on the code ? (...
Hello, we're using the microcontroller STM32F302C8 and we have a problem with the PLL.The problem is when we enables the PLL the microcontroller is reset. We have made several tests using HSI and HSE, but always the same result, a reset after to enab...
hi,I want to run, all the demo applications i.e, mems mic beamforming, voice over ble and sensor demo application at a time on the bluecoin mcu STM32F446. Is that possible?
I am new to Electronics and recently bought STM32F746 Discovery Board and connected to to my laptop using USB cable to STLink connector pin. Main screen light up showing programs pre save in it. and uploaded run LED blink code and then screen went of...