• Adjusting PWM freq from example code
    Hi guys, Recently, I've been trying to use the sample codes of C8051F120 DK: ADC and PCA (for PWM) in attempt to 1) produce a 100kHz, 28% duty cycle 3.3V PWM & 2) read an analog voltage signal in...
  • CY7C68013A, do i need to read whole FIFO?
    Hi everyone. I'm working with CYC68013A chip using slave FIFO mode and bulk transfer.ezusb.sys driver is used as a device driver in PC. When PC sends data to device, for example 2 bytes i fill additionally...
  • Adjust Duty Cycle and Frequency with Timmer
    Hi, my question is I would like to create pulse using timmer. The period of duty cycle and period using timmer only. I am using arm assembly. My sample code is. This code generates a pulse with a %50...
  • Adjust Duty Cycle and Frequency with Timmer
    edit. ; setup code for timer0 AREA Program, CODE, READONLY ARM ;use ARM instruction set INCLUDE LPC23xx.inc ; MMR definitions EXPORT timer0_init timer0_init ; R0, R1, and R2 are all used...
  • Help adjusting task stack size
    Hello all, I need to free more RAM memory in my application so the first thing will be reducing (optimizing) the task stack sizes. I have created a check task that verify each stack area magic...