OK, I got it. I'm using C++. For some reason this feature works only for 'structs' but not for classes.Same code compiled using arm-none-eabi-gcc 9.2.1 i C++ mode. If I use 'struct' keyword.It looks OK.However is I use 'class':No fields of class are ...
Hi Landry,I have an array of 2000 uint16_t. It is periodically filled with some fast signal captured using ADC. I want to view the entire array as an oscillogram for debug purposes. Currently I have an auxiliary USART just to dump and visualize this...