STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

possibly problem with the Hal NAND driver?

we used a SDRAM (ISSI 42-45S16160G 256MBit 16M*16b) on Bank 1 and a 512MB NAND Flash (IS34_35ML04G081) connected to Bank 2 and 3 on an STM32F429BIT6. Sporadically we get an 0 bit on a flash page, but this is no problem of the NAND (ECC did not detect...

odin by Associate
  • 382 Views
  • 1 replies
  • 0 kudos

How to Main Flash memory programming

Posted on July 15, 2018 at 05:31Hi?From the  <PM0075  Programming manual>  ? P15?Mass Erase  as below code is successful ?Now?I  want to Main Flash memory programming  ,  but  I don't  how to do it  .  Anybody Know?.....Thanks!/*********************...

peng jun by Associate II
  • 515 Views
  • 1 replies
  • 0 kudos

Can't make HAL_UART_Transmit_IT to send data

Posted on July 09, 2018 at 13:57Hello All!This is my code:Better see this https://github.com/RadoslavMarinov/transfer/blob/78eadef8c1a6482051c0c091bf3aaddbebfcaf69/main.c for better view!!/* * main.c * * Created on: 4.07.2018 �?³. * Author: Radoslav...

I2S using DMA and HalfCpltCallback and CpltCallback

Posted on September 21, 2017 at 17:40I want to process my buffer in two halves, for this reason I tried the following using semihosting for debug:void HAL_I2S_RxHalfCpltCallback(I2S_HandleTypeDef *hi2s) {consume_ptr = Buffer1;printf('HAL_I2S_RxHalfC...

Custom bootloader jump to app best practices

Posted on April 14, 2018 at 00:17I am writing a custom bootloader for the STM32L452. Before I jump to the application code from the bootloader I want to get the hardware to as close to a reset condition as possible to avoid any surprises.My plan is ...

B-L475E-IOT01 Wifi timeout issues

Posted on July 11, 2018 at 20:25Hi,I have a B-L475E-IOT01A2 board and problems with the Wifi example.I have assembled the missing parts for the HSE (8 MHz crytsal) and everything works fine with the USB Host (MSC) example. I also tested all the sens...

benny by Associate II
  • 479 Views
  • 1 replies
  • 0 kudos