Home
Prox / RFID
Verichips
Ladder Logic
[interfacing] †
Tube Joints
Key Code From Photo
SolveSpace (3d CAD)
SketchFlat (2d CAD)
Photographs
Miscellany
Resume / Consulting
Contact Me

LDmicro Forum - uso de oscilador interno pic 16f628a

(you are viewing a thread; or go back to list of threads)

uso de oscilador interno pic 16f628a (by ronny Zubieta zea)
buenas una consulta, eh estad usando el pic 12f675, y es bastante practico para pequeños programas y lo he estado usando sin oscilador externo, pero cuando trate de hacer lo mismo en el pic 12f628A, no funciona, obvio si funciona en el simulador pero al momento de probarlo con el pic no funciona, pero si le pongo el oscilador y el pin de reset , ahí si funciona.

mi pregunta es
Se puede utilizar ese chip 16f628a sin oscilador externo, y así también usar el pin de reset como entrada.
saludos

.......................................................
good a query, eh be using pic 12f675, and it is quite practical for small programs and I have been using it without external oscillator, but when I try to do the same in pic 12f628A, it does not work, obviously it works in the simulator but at the same time Time to try it with the pic it does not work, but if I put the oscillator and the reset pin, it does work there.

my question is
You can use that 16f628a chip without an external oscillator, and thus also use the reset pin as an input.
Cheers
Tue Oct 19 2021, 12:09:59
(no subject) (by MGP)
I always use 0x3F50 for the 16F628a (4Mhz) MCRL= off.
Tue Oct 19 2021, 13:08:56, download attachment 16F628a_4Mhz_INTOSC.ld
(no subject) (by ronny Zubieta zea)
gracias lo probare llegando a mi ciudad.
saludos
Tue Oct 19 2021, 13:17:43
(no subject) (by ronny Zubieta zea)
lo probé pero al momento de compilar me sale error:

"internal error at rung #-50{2328:pic16.cpp}"

hice un programa basico de 8 entradas y 8 salidas en la siguiente configuracion
entradas
pin 1,2,3,4,6,7,8,9

salidas
pin10,11,12,13,15,16,17,18

con lo cual cada entrada habilita a su extremo correspondiente, lo hice para probar las entradas y las salidas usando el bit de ocnfiguracion 0x3f50 con lo cual el pin 3 no obedecia la senal no se a que se deba \, dejo el programa para su revision
Wed Oct 20 2021, 21:03:04, download attachment prueb_2.ld
(no subject) (by ronny Zubieta zea)
me parece que el bit de configuracion es 0x3f2150, pero igual no reconoce el pin3 del micro y no se porque, saludos
Wed Oct 20 2021, 21:47:27
(no subject) (by MGP)
I have tested your program prueb_2.ld and everything works fine.
Remember that PORTA has no pullup resistors.

So you made a hardware error.
Thu Oct 21 2021, 06:30:49
Post a reply to this comment:
Your Name:
Your Email:
Subject:
(no HTML tags; use plain text, and hit Enter for a line break)
Attached file (if you want, 5 MB max):