uint8_t array fill zero (avr-gcc) Sysprogs forums › Forums › VisualGDB › uint8_t array fill zero (avr-gcc) This topic has 1 reply, 2 voices, and was last updated 4 hours, 50 minutes ago by support. Log In Register Lost Password Viewing 2 posts - 1 through 2 (of 2 total) Author Posts April 7, 2025 at 01:24 #36540 SerjaruParticipant int main() { char ddd[] = { 0x32, 0x32 }; uint8_t sqi[] = { 0x7E, 0x02, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x05, 0x05, 0x00, 0x01, 0x00, 0x00, 0xB1, 0x0A }; Array “ddd” fill correct but array “sqi” fill by zeros (0x00………) Why???? April 7, 2025 at 07:24 #36541 supportKeymaster Sorry, this doesn’t look like a VisualGDB-specific issue. Please refer to the GCC documentation for more details. Author Posts Log In Register Lost Password Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In