Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Marco

Pages: [1]
1
FreescaleTM MC9S12NE64 / Initialize Timer Port on power on
« on: October 09, 2009, 05:25:40 PM »
Hi, Mark

I am trying to control a RC servo, I know it works but when i turn on the power the servo times out before the timer port is initialized.

Can you please tell me if I can initialize the timerport imediately on power up.  Initializing it in my task takes to long.

Code: [Select]
TSCR1 = 0x80;   //10000000 (Turn on the Timer port)
      TSCR2 = 0x03;   //00000011 (Set Prescale to 8)
      TIOS = 0xF0;    //11110000 (set all channels to output compare)
      TTOV = 0xF0;    //11110000 (enable Toggle output on overflow)
      TCTL1 = 0xAA;   //11111111 (OutputModeX, OutputLevelX) 0x55;//0xAA; //0xFF;

Thanks

Marco

2
FreescaleTM MC9S12NE64 / 9S12Ne64 - Bus Speed
« on: October 07, 2009, 10:08:37 AM »
Hi, Mark

Can you please tell me what the configured bus speed is in uTasker?

Thanks

3
FreescaleTM MC9S12NE64 / Reading Analog to Digital Port
« on: February 16, 2009, 04:53:22 PM »
Hi

I'm trying to figure out how to read analogue on the PAD on the MC9S12NE64, can someone please point me in the right direction?

Cheers

Marco

4
FreescaleTM MC9S12NE64 / TCP/IP Connecion to Winsock
« on: February 03, 2009, 04:20:58 PM »
Hi

I am a newby to uTasker, I was wondering if anyone had an example of how to connect to winsock in VB6, and send/recieve Data.  I know how to connect from one computer to another using winsock and send/recieve, but have not succeeded in doing so with uTasker.

Thanks

Marco

Pages: [1]