Resolved! Missing info in reference manual
In the STM32L562 reference manual (RM0438), v7.0, the section 11.6.13 "GPIO register map" is missing the registers MODER and PUPDR (which are documented in the preceding sections).
In the STM32L562 reference manual (RM0438), v7.0, the section 11.6.13 "GPIO register map" is missing the registers MODER and PUPDR (which are documented in the preceding sections).
I noticed this in the NUCLEO-L452RE schematics. The external capacitance added to the ABS25-32.768kHz crystal is 4.3pF. Could someone please explain the reason for this?I've learned from the datasheet of the ABS25-32.768KHz crystal that a capacitance...
Hi.I work on BMS. I want a master-slave topology. I want to use 300 slave cards and 1 master card. This BMS is for automotive. I check ST MCU. I guess, The card should be 10-bit I2C. Because I want 300 Slave cards. So, Can you Help me this subject? W...
I'm trying to port a UART driver from aurdino to STM32. Able to relate all interfaces for aurdino vs STM32 while can't able to map ones for the followingserial.peek()serial.flush()Does HAL have an direct interface as peek() to get the next byte of in...
Using the latest STM32CubeIDE, STM32CubeH5 and NUCLEO-H563ZI with TrustZone disabled.I put a breakpoint at the first instruction in startup in Reset_Handler. The debugger shows in SFRs, SCB->VTOR_S is 0x8000000 (which is my NSBOOTADD) and SCB->VTOR_N...
I have an ADC connected to my MCU using I2S. MCU configured in I2S master receive mode. MCU supplying the ADC with 12MHZ MCLK. MCU sampling freq is 48 KHZ(Actual is 46.875 KHZ), Number of slots are 4, Data size is 16bits and I2S standard protocol. Us...
Im using a customboard and when it's able to upload and debug, it seems to get stuck at the HAL_Delay fucntion where get_systick(); always seems to return 0. problem with this is that i cannot find a way to solve this, and my SWD, on the chip does no...
Hello ST community.I am trying to enable CRC verification to my SPI bus connecting me with an external sensor. Communication works as expected, I am receiving data from the sensor that is valid. However the CRC byte generated by me is incorrect, this...
I want to read and write to w25q128jv with stm32l5 octo spi insted of quad spi.. is there anybody help me. ı could not write correctly.. and ı could not erase. correctly. first problem is when ı was write whiel start addres 0 my code write start to t...
ILI9341 SPI display running on an L5 processor on a custom board.In a never ending quest to make the display go faster, I've split off the generic write image from the generic fill block.Since the high level drivers work with any type of display, all...