Problems with setting up a cloned Arduino board.

Hi everyone,

i cloned a few Bleduino ( http://bleduino.cc ) Boards which basically are small BLE capable Leonardo Boards using an Atmega32u4 as the main MC.
After having received the Boars from the circuit-board manufacture i tried to flash the boot loader.
-the Leonardo boot loader
-the Bleduino custom boot loader
-and the Arduino MIC boot loader.

all work fine but only if i first flash the MIC and afterwards one of the other two.
Now my Problem is that if i use integer arrays bigger than 340 ( unsigned int array[350] ) the controller shows no reaction after having uploaded the code using the Arduino IDE. when i use smaller arrays everything works just fine.
Irritating thing is that the console gives no error for example for exceeding the RAM size, which by the way should be big enough for storing a unsigned int array[350]. :relaxed:

I am pretty clueless =( and would be very thankful for any help ,suggestions or hints. :slight_smile:

Best,

Vincent

VincentBob:
... which by the way should be big enough for storing a unsigned int array[350]. :relaxed:

Sure, if that's the only thing in RAM.

But I bet it isn't.