MFI SDK for STM32
Is there a software addon, SDK or examples for the apple MFI program for STM32 available?We are already MFI members.Thanks,Gabriel
Ask questions, find answers, and share insights on STM32 products and their technical features.
Is there a software addon, SDK or examples for the apple MFI program for STM32 available?We are already MFI members.Thanks,Gabriel
I have a Timer 2 interrupt handler which will toggle the Port E output. My MCU is STM32F407 running at 168 Mhz. I found that the toggle code inside the interrupt handler only work if the APB1 prescaler is set to /2 or /4 only. Slower ABB1 frequency...
I have a bunch of Blue Pill boards I'm re-animating (ye olde chippe shortage, y'know). Attacking them with stm32flash reports a flash size of 128 kBytes. On the other hand, 0x1FFFF7E0 contains 0x40, indicating 64 kBytes of flash.Now, which of these i...
Hello,the B-U585 Demo when asking for the SSID qualifies a name with a spacebar. Problem is, that many SSIDs contain a space by itself, like "FRITZ!Box 7530 ..." or "Galaxy ...". As the application does not echo what is sees, useres are left in the d...
I want to send and receive data using DMA but HAL_UART_Transmit_DMA this function not sending any data returns HAL_BUSY error.while uart in interrupt mode both send & receive data works fine.how can i send data using DMA ?/* USER CODE BEGIN Header */...
Would like the ADC on STM32F745 to wake up the micro from Standby if a certain positive or negative threshold is reached. Is this possible?
Has anyone had luck with the esp-serial-flash library using an STM32 as a host?I tried to integrate this project into a Cube Project and was receiving ESP_LOADER_ERROR_TIMEOUT upon trying to connect_to_target(). I am basing this off of the STM32 exam...