User Activity

Hi there,I want to expand array size until 3000. (i.e. arr[3000]). I have 4KB RAM.currently I can get value till arr[1500].I tried different options to expand size but no success. Please see below image.How to expand array size? Thanks ,Gopal
Hi there,I am developing code for STM8L1528 EVAL board. My goal is to configure adc with dma(peripheral to memory) where adc should collect data for certain period, for example, 2 seconds.So I configured adc and dma according to examples codes given....