• structure with c163
    hello, I use a c163 and I try to create a simple PWM signal, so i've created a structure with the members i need(positive duty ,negative duty and period) everything works perfect when i run from ram...
  • structure with c163
    hello, I use a c163 and I try to create a simple PWM signal, so i've created a structure with the members i need(positive duty ,negative duty and period) everything works perfect when i run from ram...
  • "Unknown Stack Size" problem with unsigned int operations
    Operations with unsigned int seems to cause the "Unknown Stack Size" problem during syntactic analysis. Does anyone know how to fix this? __arm_div_large (ARM, 0 bytes, Stack size unknown bytes...
  • "Unknown Stack Size" problem with unsigned int operations
    Operations with unsigned int seems to cause the "Unknown Stack Size" problem during syntactic analysis. Does anyone know how to fix this? __arm_div_large (ARM, 0 bytes, Stack size unknown bytes...
  • Placing size of array at start of array
    Hi all, I am working with the TI TUSB3200, trying to modify their example code for our own USB device. USB requires many tables which start with a length byte. I would like to use the sizeof operator...