Ask questions, find answers, and share insights on STM32 products and their technical features.
Hello, with a STM32F7508-DK board, all examples using SDRAM have the sysclk to 200MHz, therefore the FMC clock to 100MHz.I am trying to enable sysclk = 216MHz, and FMC = 108MHz, so I followed the SDRAM user manual, and configured the following settin...
HiI am working with a STM32L496G_Discovery board and Cube IDEI am having problems with the external ram. I have called BSP_SRAM_Init();and defined an array in that ram spacefloat testInput[TEST_LENGTH_SAMPLES] __attribute__((section("._myvars")));In ...
Hi,I am trying to comunicate raspberry pi (master) and stm32f4 (slave) trough spi with dma. I am using HAL_SPI_TransmitReceive_DMA. The comunication seem is working fine but time to time (when 10/8/6data has been receive/trasnmit +-) my stm32 trasmi...
I'm digging into the FPU of a STM32H743 (Nucleo board, Keil IDE).I've checked that the FPU is enabled in register CPACR.I've compiled the following dumb code:volatile double test = 0; test = 1.0 / test;If I look at the assembly I've got:VDIV.F64 d0...
I have STM32F407VG Discovery Board with meBut i am not able to see any output on Teraterm for UART programPB10 and PB11 pins are used as TX and RX of USART3PB10(TX) is connected to RX of CH340 USB to serial devicePB11(RX) is connected to TX of CH340 ...
Hi,I am using STM32F103 controller UART peripheral for serial communication.Using interrupt for receiving data. I am able to send data but not receiving any data using UART interrupt handler. Once the function entered inside the interrupt handler ge...
Hi,I have just initiating my journey with SPBTLERF. To do so, I've started runnig SensorDemoBLESensor demo application with X-NUCLEO-IDB05A1 and Nucleo-L433RC-P. However, when I try to flash the program generated by cube, the following error appears ...
For the TFBGA240+25 package:Page 62 says F2 is NCPage 64 says F2 is VSSWhich is correct?F1 and G2 are always referred as NC pins, but deep in a footnote (referenced on page 64, footnote appears on page 87) it says to connect these pins to VSS.I would...