Resolved! What is the obsolescence forecast for the STM32F765GT6?
We use some STM32F765GT6 on a project that will be duplicated in a small series (100) and we wonder about its obsolescence perspectives.Do you have any schedule about this component?
Ask questions, find answers, and share insights on STM32 products and their technical features.
We use some STM32F765GT6 on a project that will be duplicated in a small series (100) and we wonder about its obsolescence perspectives.Do you have any schedule about this component?
My goal is to wake up an MCU that remains in STOP2 Mode. For this i've sucessfully implemented LPTIM to wake-up from STOP2. Now my problem is, that the LPTIM can only be set to a maximum value of 0xFFFF, which is 2 Seconds if i got the stm32 document...
Hello, working with STM32H742, I need 480 MHz in some parts of my code while on the other hand I need to save energy. That's why I came to think about changing D1CPRE and HPRE between (1, 8) and (8, 1) to (maximize , lower) sysclk while keeping the ...
I know how to write to notification attribute (with aci_gatt_update_char_value).How do I response to READ attribute?Thanks,Lior Malik
Hi, I am trying to use the external SD Ram(8MB) of STM32F746 DISCOVERY board but the program crashes after writing 16kB of data . I am new to STM32 platform, I first generated the initial code with CubeMX ide and configured the ram as per the exampl...
I purchased the stm32373c-eval board. After downloading the demonstration firmware STSW-STM32114 https://my.st.com/content/my_st_com/en/products/embedded-software/mcu-mpu-embedded-software/stm32-embedded-software/stm32-standard-peripheral-library-exp...
Оne injected channel + DMA ?
Hi, I am using the STM32G071KBU6N. It has the BOOT0 and SWCLK (PA14) on the same pin. Defined the pin as SWCLK in STM32CubeMX. So I assume that the SYS registers are set right in the software generation. However after the first download of the first ...
Hello,I have received conflicting answers to this question so I want to try asking it in a different way. Hopefully you understand my situation but please let me know if I should clarify anything.I want to use an STM32G431RB. I need to be able to rea...
Hello, I am trying to use an ADC (AD7124) which is communicating through SPI with the MCU.Previously, I managed to run the ADC with STM32F4. For this I used the libraries provided by the ADC manufacturer. While the ADC is running prefectly with STM32...