Search found 11 matches
- Sun May 12, 2024 2:10 pm
- Forum: Bug Reports
- Topic: SD card not initialising using 18F47K42 FC9
- Replies: 5
- Views: 3906
Re: SD card not initialising using 18F47K42 FC9
Again thanks, this has worked. Some points to note are that on this chip when using the software I2C the slew rate control must be on and when using the software SPI the slew rate control must be off.
- Sat Apr 06, 2024 9:18 am
- Forum: Bug Reports
- Topic: SD card not initialising using 18F47K42 FC9
- Replies: 5
- Views: 3906
Re: SD card not initialising using 18F47K42 FC9
Thanks I will give that a go and let you know if it works.
- Thu Apr 04, 2024 12:34 pm
- Forum: Bug Reports
- Topic: SD card not initialising using 18F47K42 FC9
- Replies: 5
- Views: 3906
Re: SD card not initialising using 18F47K42 FC9
Hello Martin
The hardware hangs at the point of initialisation.
I have done a sanity check by going back to the PIC18F47K40 and this does initialise and record in the main loop, using the same SD card.
The hardware hangs at the point of initialisation.
I have done a sanity check by going back to the PIC18F47K40 and this does initialise and record in the main loop, using the same SD card.
- Tue Apr 02, 2024 1:36 pm
- Forum: Bug Reports
- Topic: SD card not initialising using 18F47K42 FC9
- Replies: 5
- Views: 3906
SD card not initialising using 18F47K42 FC9
Morning all I have been using the PIC18F47K40 and have had the SD card working without a problem. On changing to the PIC18F47K42 the SD card does not pass the initialise component macro. The code is identical between the two devices mentioned as are the pins, the clock frequency, the initial pre-sca...
- Mon Aug 07, 2023 3:28 pm
- Forum: Bug Reports
- Topic: more PWM channels in flowcode than on the chip
- Replies: 2
- Views: 1436
- Sun Aug 06, 2023 5:18 pm
- Forum: Bug Reports
- Topic: more PWM channels in flowcode than on the chip
- Replies: 2
- Views: 1436
more PWM channels in flowcode than on the chip
Hello
I believe the PIC18F47K40 has 2 PWM channels; PWM 3 and PWM 4. In flowcode it incorrectly shows there are 4 channels.
thanks
I believe the PIC18F47K40 has 2 PWM channels; PWM 3 and PWM 4. In flowcode it incorrectly shows there are 4 channels.
thanks
- Tue Jan 24, 2023 8:11 pm
- Forum: Bug Reports
- Topic: Pin C7 not working as expected on PIC16F886
- Replies: 0
- Views: 3165
Pin C7 not working as expected on PIC16F886
Good morning
I am using this chip with the TX portion of the UART1 component outputting on pin C6. The RX section, Pin C7, is disabled in the UART properties however it is not usable as a digital output pin. Removing the UART from the program then allows this pin, C7, to operate as expected.
thanks
I am using this chip with the TX portion of the UART1 component outputting on pin C6. The RX section, Pin C7, is disabled in the UART properties however it is not usable as a digital output pin. Removing the UART from the program then allows this pin, C7, to operate as expected.
thanks
- Sun Nov 06, 2022 10:43 am
- Forum: General
- Topic: Compiling error after changing from FC7
- Replies: 6
- Views: 2938
Re: Compiling error after changing from FC7
Hi Martin
Many thanks that has worked.
regards
Howard
Many thanks that has worked.
regards
Howard
- Sun Oct 30, 2022 9:28 am
- Forum: General
- Topic: Compiling error after changing from FC7
- Replies: 6
- Views: 2938
Re: Compiling error after changing from FC7
Thanks that will be good of you.
Here is a version stripped of code but still with the same compiler message
Here is a version stripped of code but still with the same compiler message
- Sat Oct 29, 2022 3:58 pm
- Forum: General
- Topic: Compiling error after changing from FC7
- Replies: 6
- Views: 2938
Re: Compiling error after changing from FC7
Hi Martin Many thanks The I2C is working on hardware having worked there before and still working when using FC7, using a different program. My question really goes around the compiler messages which were not present with the trial version of FC9 and which are now present with the purchased version....