Resolved! how to allocate QSPI memory for structure variables?
Board : STM32F469II created a project via cubemx. how to use QSPI memory for structure variables. I am struggled for this issue.ThanksD. Manikandan
Ask questions, find answers, and share insights on STM32 products and their technical features.
Board : STM32F469II created a project via cubemx. how to use QSPI memory for structure variables. I am struggled for this issue.ThanksD. Manikandan
Can you explain what is the use of these section in .ld file KEEP (*(.init)) in text sectionKEEP (*(.fini)) in text section*(.eh_frame) in text section*(COMMON) in bss sectionand whats the difference b/w*(.rodata) and *(.rodata*) Thanks D.Manikandan
I have STM32L475VC + ISM43362 WIFI Module.Set module, connect to AP.if(ISM43362_Init() == WIFI_STATUS_OK) { USART_SendString(SYS_USART, "WIFI INIT OK\r"); if(WIFI_GetMAC_Address(mac_addr) == WIFI_STATUS_OK) { U...
ALL HI�?I am currently using the RTC function of STM32F103, the external passive 32.768KHz crystal and 20p matching capacitor.The RTC function is configured on the software program, and the RTC has been started. But I can't see 32.768KHz waveform whe...
I understand that any external interrupt on PA13, PB13, PC13, PD14 .. or PI15 will all execute the same ISR:EXTI15_10_IRQHandler(void) { HAL_GPIO_EXTI_IRQHandler(GPIO_PIN_13); } Which calls HAL_GPIO_EXTI_IRQHandler before finally calling th...
Hello,we build a breadboard configuration with 20 LEDs. The LEDs have a current consumption of 20mA per LED. It worked properly. Now I read in the datasheet something about a maximum injection current of 25mA of all I/Os (screenshot is attached). So ...
Hi,Recently I started working on stm32 microcontroller. I am trying to write/read data from Flash memory of stm32f070cb.I have tried writing as well as reading data from internal flash memory using stm32f072 disco evaluation board and it is working f...
I once again checked at Digikey and they had only one of those. Will the rest of them ever come backI would to like have STM32H76x 144 pin lgfp, but it is of no use if there are none available when I finish my PCB.
Hello everyone,this is my first post here, please my apologies if I mistake some terms since we jumped into the ST controller world in the company around 6 months ago and I am still learning about the technologies.I have been working so far on a proj...