STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Factory default value of FLASH_OPTR

Hello,I would like to know the behavior of the BOOT0 pin on a factory fresh STM32G474 device. I'm wondering if I can use PB6 as a general input without causing side effects if the flash option register is at factory defaults. The reference manual sh...

I use HAL_FLASH_Program to program my internal flash, but it takes too much time, I program about 90kbytes, it will take about 90 seconds. Is there any faster way to program stm32l072.

my pagesize is 256 bytes, and 90k is about 351 pages  for(i = 0; i < pages; i++)  {    W25qxx_ReadPage((uint8_t *)u32_databuf, EXT_FLASH_ADDR_APP_START + i,0, w25qxx.PageSize);    ProgramInternalFlash(APP_BASE_ADDR + i * w25qxx.PageSize, u32_databuf,...

ZXiao.1 by Associate II
  • 3741 Views
  • 6 replies
  • 0 kudos

Hello! I am trying to interface IC max7219 (Serial interfaced led driver) with STM32F401RE through SPI communication.I am finding irregular functionality in logic analyser.Please help

Hello! I am trying to interface IC max7219 (Serial interfaced led driver) with STM32F401RE through SPI communication.I am finding irregular functionality of SPI enable (CS ) is active high when communication is happening & also MOSI data is incorr...

0693W00000AOUXIQA5.png 0693W00000AOUXSQA5.png
Nchun.1 by Senior
  • 540 Views
  • 4 replies
  • 0 kudos

Setup Custom Node for iota in B-L4S5I-IOT01A

Hello I added a custom node and changed the default from the original code (https://api.lb-0.testnet.chrysalis2.com/ ) ,but i noticed i get some error messages from the functions of the main menu .I would like to know if that has anything to do with...

DKosy.1 by Associate II
  • 1002 Views
  • 5 replies
  • 0 kudos

Resolved! DMA_UART_Receive_Problem_Reg

Hi, I am using STM32H750VB Controller. I am using DMA transmit and Receive(Circular Mode) .In receive I am defining an DMA array of fixed size of 10 bytes. My problem is that when 5 bytes of data(first data) is received the array gets updated (...

Resolved! Jitter in ADC+DMA mode

Hi,I've configured 3 ADC channels (IN2, IN3,IN4) in DMA mode (device=STM32L475RCTX running at 80MHz) as shown:  I want to set a sample time of 6400Hz (156.25ms) so here's the TIM4 configuration In order to test the sample time I toggle an output pin ...

0693W00000APo4wQAD.png 0693W00000APo56QAD.png 0693W00000APo5LQAT.png 0693W00000APo4tQAD.png
Gaston by Senior
  • 1311 Views
  • 5 replies
  • 0 kudos