Can we do XiP with STM32L476RE? Will the performance be good with running code from external memory?
Hello,I am using STM32L476RE and want to do XiP. So will it support XiP?Will the performance be good with running code from external memory?TIA
Ask questions, find answers, and share insights on STM32 products and their technical features.
Hello,I am using STM32L476RE and want to do XiP. So will it support XiP?Will the performance be good with running code from external memory?TIA
Dear Community Members & STM32 fans,Let’s end 2018 thanking you for your involvement in our Community and wishing you all the best for 2019!As already done in 2017 (https://community.st.com/s/feed/0D50X00009bLPmvSAG) and in 2018 (https://community.st...
I want to test ADC-DMA function on STM32H757 i-EVAL Board. But the result is DMA transfer error. I just copy the example code of STM32Cube --- STM32H743I-EVAL\Examples\ADC\ADC_DMA_Transfer to my STM32H757 project.When execute the code, it occurs onl...
A little something I have noticed today. I have been developing an application which is using the G431 and uses FD-CAN. My code was working in External Loopback mode such that a CAN message of my choosing was being correctly received by an external d...
Hi I have a code bellow:static void MX_UART8_Init(void) { /* USER CODE BEGIN UART8_Init 0 */ GPIO_InitTypeDef GPIO_InitStruct = {0}; /* USER CODE BEGIN UART8_MspInit 0 */ /* USER CODE END UART8_MspInit 0 */ /* Peripheral clock enabl...
Hi :) I found something quite strange, it seems that:1) On DAC Channel 1 - the output buffer does not work (a 10kOhm load brings the voltage down), but it's output is inverted (as expected)2) On DAC Channel 2 - the output buffer does work (maintains ...
The STM32H743 has various ram blocks available as shown below:DTCMRAM - 128kBITCMRAM - 64kBRAM_D1 - 512kBRAM_D2 - 288kBRAM_D3 - 64kB1) Is it possible to combining (or a subset) of these ram block and use them as one big ram?2) Alternatively is it pos...
seems like the chances of a JVM on an MCU is a nightmare?research show java is supposed to be cross platform, however it makes sense to be able to embed the virtual machine without difficulty first. I can’t even find a successful case online except b...
Hi,I'm using an STM32F746ZG and writing my own custom bootloader. The bootloader will work by initially running and determining which of 2 applications to launch, both stored at different locations in the MCU's internal flash memory. How do you pass ...