Qspi stm32h743
Hello.I am looking for example of External Qspi Loader for the Stm32h743.I manage to make my functions work. but not to create the .stldrI have the impression that he does not take Init.I am under Stm32cubeide.thank you
Ask questions, find answers, and share insights on STM32 products and their technical features.
Hello.I am looking for example of External Qspi Loader for the Stm32h743.I manage to make my functions work. but not to create the .stldrI have the impression that he does not take Init.I am under Stm32cubeide.thank you
I downloaded all the recommended documentation & files including STM32CubeIDE 1.4.0 andSTM32CubeMX. I've read through pages and pages of the documentation and still don't have the slightest idea about how to run a simple example. Any help to get s...
Hello, I recently bought a STEVAL-STWINKT01 develepment board, and im trying to use it with the FP-CLD-AZURE1 function pack to connect it to azure iot central. I'm new to this so I'm just trying to follow the guide.I'm trying to connect my STEVAL-STW...
The STM32 IDE project shows some "default" mapping to use in the U[S]ART1-6. For example, UART1 has PA9(TX) and PA10(RX). Are these GPIO pins fixed? Can any be used? Is there any restriction on which pin can be used with which UART block?In particula...
Hi,In my program (running on STM32F446RE, with 512 KB flash and 128 KB SRAM) I defined two big arrays:int main(void){ /* USER CODE BEGIN 1 */ int16_t data_in[64000]; int16_t audio_buffer[16000];The code can run normally when the data_in array is not ...
Hi,I am using stm32f030 to read adc value(truestudio). ADC reads value on an interval of 10 minutes. It is observer that ADC reads value for first 5-6 times,and after that it reads 0v.The readings we get is also different from what is measured on adc...
Is it possible to store a variable and read it after deep sleep or sleep?
Dear All, I've seen from ST website that STM32H7 is compatible with a QSPI PSRAM of the producer AP Memory. IoT PSRAM (QSPI PSRAM) - AP Memory IoT RAM solution is the ideal solution, specifically when the application memory needs exceed the SRAM embe...
The DS3231 MC has two open drain pins, SQW and SQW32, which can generate, respectively, 8Mhz and 32768 signals. Can I use these to start stm32s, sort of like an external generator? If so - those pins are open drain, what kind of pull-up resistors do ...